You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is causing a failed build on my production project due to multiple libraries depending on jsonwebtoken or jws, that ultimately depend on this library.
Would prefer a NodeJS dependency free solution that dose not depend on node:crypto or node:buffer in the hope of one day being better cross compatible with other env. and instead operates on Uint8Array
So i would just rather inline the solution and build a more generic solution that works on any typed array.
Hi.
Reason of this proposal is described here: Shinobi #452. Please also see note here: Publish deprecation notice #6
The text was updated successfully, but these errors were encountered: