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
don't depend so much on NodeJS stuff, would like to one day be able to use it in Deno or Bun.js. and heck even in browsers too. start by replacing Buffer with Uint8Array
try to switch to ESM-only
replace uuid dependency with crypto.randomUUID()
remove legacy stuff like forge
The text was updated successfully, but these errors were encountered:
Buffer
withUint8Array
crypto.randomUUID()
The text was updated successfully, but these errors were encountered: