Skip to content

v1.0.0

Compare
Choose a tag to compare
@stipsan stipsan released this 27 Apr 17:42
· 34 commits to main since this release

jsonwebtoken-esm

A wrapper that rebundles jsonwebtoken into ESM, so you can use it in your vite, skypack, or wherever you need ESM.

Install

$ npm install jsonwebtoken-esm

Usage

Same as before, but now with ESM imports.
To see which version of jsonwebtoken is used in the bundle:

import { version } from 'jsonwebtoken-esm'

console.log(version) // "8.5.1"