openid-client
Advanced tools
Comparing version 3.12.1 to 3.12.2
@@ -5,2 +5,11 @@ # Change Log | ||
## [3.12.2](https://github.com/panva/node-openid-client/compare/v3.12.1...v3.12.2) (2020-01-30) | ||
### Bug Fixes | ||
* ensure jose version that handles ECDH-ES for larger key sizes right ([e91001a](https://github.com/panva/node-openid-client/commit/e91001a30e0c429ef5bb49e0fda58a54f765c346)) | ||
## [3.12.1](https://github.com/panva/node-openid-client/compare/v3.12.0...v3.12.1) (2020-01-25) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "openid-client", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"got": "^9.6.0", | ||
"jose": "^1.20.0", | ||
"jose": "^1.22.0", | ||
"lodash": "^4.17.15", | ||
@@ -49,0 +49,0 @@ "lru-cache": "^5.1.1", |
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
157886
Updatedjose@^1.22.0