openid-client
Advanced tools
Comparing version 3.15.6 to 3.15.7
@@ -5,2 +5,6 @@ # Change Log | ||
## [3.15.7](https://github.com/panva/node-openid-client/compare/v3.15.6...v3.15.7) (2020-07-16) | ||
## [3.15.6](https://github.com/panva/node-openid-client/compare/v3.15.5...v3.15.6) (2020-07-06) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "openid-client", | ||
"version": "3.15.6", | ||
"version": "3.15.7", | ||
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"jose": "^1.27.1", | ||
"lru-cache": "^5.1.1", | ||
"lru-cache": "^6.0.0", | ||
"make-error": "^1.3.6", | ||
@@ -56,7 +56,7 @@ "object-hash": "^2.0.1", | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.4", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/passport": "^1.0.3", | ||
"@commitlint/cli": "^9.1.1", | ||
"@commitlint/config-conventional": "^9.1.1", | ||
"@types/passport": "^1.0.4", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.2.0", | ||
"eslint": "^7.4.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
@@ -66,3 +66,3 @@ "eslint-plugin-import": "^2.21.2", | ||
"mocha": "^8.0.1", | ||
"nock": "^12.0.1", | ||
"nock": "^13.0.2", | ||
"nyc": "^15.1.0", | ||
@@ -69,0 +69,0 @@ "readable-mock-req": "^0.2.2", |
@@ -50,3 +50,3 @@ # openid-client | ||
[<img width="184" height="96" align="right" src="https://cdn.jsdelivr.net/gh/panva/node-openid-client@38cf016b0837e6d4116de3780b28d222d5780bc9/OpenID_Certified.png" alt="OpenID Certification">][openid-certified-link] | ||
Filip Skokan has [certified][openid-certified-link] that [oidc-provider][npm-url] | ||
Filip Skokan has [certified][openid-certified-link] that [openid-client][npm-url] | ||
conforms to the following profiles of the OpenID Connect™ protocol | ||
@@ -53,0 +53,0 @@ |
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
164905
+ Addedlru-cache@6.0.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedyallist@3.1.1(transitive)
Updatedlru-cache@^6.0.0