jwt-decode-es
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "jwt-decode-es", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Decode JWT tokens. Use with NodeJs and browsers. Supports ES, CJS, UMD modules", | ||
@@ -9,2 +9,4 @@ "main": "build/jwt-decode.cjs.js", | ||
"es2015": "build/jwt-decode.mjs", | ||
"fes2015": "build/jwt-decode.mjs", | ||
"typings": "./typings.d.ts", | ||
"keywords": [ | ||
@@ -11,0 +13,0 @@ "jwt", |
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
56459