Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [2.0.1](https://github.com/panva/jose/compare/v2.0.0...v2.0.1) (2020-09-10) | ||
### Bug Fixes | ||
* allow plugins such as jose-chacha to work in newer node runtime ([30f1dc2](https://github.com/panva/jose/commit/30f1dc2c41e5554d322167b84b610a99bf5e69c5)) | ||
## [2.0.0](https://github.com/panva/jose/compare/v1.28.0...v2.0.0) (2020-09-08) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "jose", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", | ||
@@ -49,4 +49,7 @@ "keywords": [ | ||
"exports": { | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js" | ||
".": { | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js" | ||
}, | ||
"./": "./" | ||
}, | ||
@@ -53,0 +56,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
237938