jwt-decode
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -38,2 +38,2 @@ /** | ||
module.exports = typeof window !== 'undefined' && window.atob || polyfill; | ||
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill; |
{ | ||
"name": "jwt-decode", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Decode JWT tokens, mostly useful for browser applications.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
22868
313