jwt-decode-es
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "jwt-decode-es", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Decode JWT tokens. Use with NodeJs and browsers. Supports ES, CJS, UMD modules", | ||
@@ -5,0 +5,0 @@ "main": "build/jwt-decode.cjs.js", |
@@ -10,3 +10,5 @@ **jwt-decode-es** is a small browser library that helps decoding JWTs token which are Base64Url encoded. | ||
It provides ES, UMD, CJS modules. | ||
In comparison with `jwt-decode`, it provides ES, UMD and CJS modules and has latest build dependencies | ||
with fixed vulnerbilities. It uses [rollup](https://rollupjs.org/) bundler with terser plugin to minify sources. | ||
Current version is just `1.25 Kb` for minified `.mjs` version. | ||
@@ -13,0 +15,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56389
64