notifications-node-client
notifications-node-client copied to clipboard
replace jsonwebtoken with jose
This replaces jsonwebtoken with jose, which works natively in non-Node.js javascript runtimes such as Deno or Bun, whilst also reducing the number of transient dependencies.
Best to be paired with an update to package.json > engines.node to >=v18.12.0