jwt-decode
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -111,3 +111,3 @@ (function (factory) { | ||
//use amd or just throught to window object. | ||
//use amd or just through the window object. | ||
if (window) { | ||
@@ -114,0 +114,0 @@ if (typeof window.define == "function" && window.define.amd) { |
# Change log | ||
## Version [3.1.0](https://github.com/auth0/jwt-decode/releases/tag/v3.1.0) | ||
[Full Changelog](https://github.com/auth0/jwt-decode/compare/v3.0.0..v3.1.0) | ||
- Add TypeScript type defenition | ||
- Fix CJS default export | ||
## Version [3.0.0](https://github.com/auth0/jwt-decode/releases/tag/v3.0.0) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "jwt-decode", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Decode JWT tokens, mostly useful for browser applications.", | ||
@@ -43,4 +43,5 @@ "main": "build/jwt-decode.cjs.js", | ||
"files": [ | ||
"build/" | ||
"build/", | ||
"index.d.ts" | ||
] | ||
} |
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
29121
11
124