oidc-provider
Advanced tools
Comparing version 8.4.1 to 8.4.2
@@ -41,3 +41,3 @@ /* eslint-disable max-classes-per-file */ | ||
if (jwks !== undefined) { | ||
if (!Array.isArray(jwks.keys) || !jwks.keys.every(isPlainObject)) { | ||
if (!Array.isArray(jwks?.keys) || !jwks.keys.every(isPlainObject)) { | ||
throw new InvalidClientMetadata('client JSON Web Key Set is invalid'); | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "oidc-provider", | ||
"version": "8.4.1", | ||
"version": "8.4.2", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -62,8 +62,8 @@ "keywords": [ | ||
"debug": "^4.3.4", | ||
"eta": "^3.1.1", | ||
"eta": "^3.2.0", | ||
"got": "^13.0.0", | ||
"jose": "^5.0.1", | ||
"jose": "^5.1.3", | ||
"jsesc": "^3.0.2", | ||
"koa": "^2.14.2", | ||
"nanoid": "^5.0.2", | ||
"nanoid": "^5.0.4", | ||
"object-hash": "^3.0.0", | ||
@@ -83,3 +83,3 @@ "oidc-token-hash": "^5.0.3", | ||
"desm": "^1.3.0", | ||
"eslint": "^8.52.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
@@ -89,3 +89,3 @@ "eslint-plugin-import": "^2.29.0", | ||
"fastify": "^4.24.3", | ||
"helmet": "^7.0.0", | ||
"helmet": "^7.1.0", | ||
"koa-body": "^6.0.1", | ||
@@ -97,5 +97,5 @@ "koa-mount": "^4.0.0", | ||
"moment": "^2.29.4", | ||
"nock": "^13.3.6", | ||
"selfsigned": "^2.1.1", | ||
"sinon": "^17.0.0", | ||
"nock": "^13.4.0", | ||
"selfsigned": "^2.4.1", | ||
"sinon": "^17.0.1", | ||
"supertest": "^6.3.3", | ||
@@ -102,0 +102,0 @@ "timekeeper": "^2.3.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
527601
Updatedeta@^3.2.0
Updatedjose@^5.1.3
Updatednanoid@^5.0.4