How to validate a certificate from JS/TS

Oh gosh…mine is a mess because somewhere along the line there was some js that didn’t have typescript definitions or something like that so I have babel transforms and someother things going on and when I imported that package I started getting to the “can’t use require” or “not a common module” malarkey that I just am not close enough to js to really know my way around at this point. You can track my mess if you really want to at this thread where I tried to unsuccessfully diagnose it: ChatGPT - Jest Transform Configuration Issue

Once you have the npm package fixed to point to the TS version instead of the js version I can try again.(Maybe you’ve already done that)

Ah yes… This is a really big problem lately where some packages move to the newer ESM format, drop support for legacy formats, but then there are still projects only supporting legacy and not ESM format. It’s a complete mess regardless of how close you are to JS.

Let’s not open that can of worms then :smile:

Once you have the npm package fixed to point to the TS version instead of the js version I can try again

Not yet, there’s some pending breaking changes that we need to finish addressing, I’ll let you know once it is released.