9.0.0 • Published 11 months ago

jsonwebtoken-esm-fix v9.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

jsonwebtoken-esm

A wrapper that rebundles jsonwebtoken into ESM, so you can use it in your vite, esm.sh, 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"
9.0.0

11 months ago

8.5.1

1 year ago