oidc-provider
Advanced tools
Comparing version 8.4.6 to 8.4.7
@@ -12,3 +12,3 @@ /* | ||
if (params.max_age === undefined && client.defaultMaxAge) { | ||
if (params.max_age === undefined && client.defaultMaxAge !== undefined) { | ||
params.max_age = client.defaultMaxAge; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "oidc-provider", | ||
"version": "8.4.6", | ||
"version": "8.4.7", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -61,6 +61,6 @@ "keywords": [ | ||
"@koa/router": "^12.0.1", | ||
"debug": "^4.3.4", | ||
"debug": "^4.3.5", | ||
"eta": "^3.4.0", | ||
"got": "^13.0.0", | ||
"jose": "^5.2.4", | ||
"jose": "^5.4.0", | ||
"jsesc": "^3.0.2", | ||
@@ -75,7 +75,7 @@ "koa": "^2.15.3", | ||
"devDependencies": { | ||
"@fastify/middie": "^8.3.0", | ||
"@hapi/hapi": "^21.3.9", | ||
"@fastify/middie": "^8.3.1", | ||
"@hapi/hapi": "^21.3.10", | ||
"@koa/ejs": "^5.1.0", | ||
"base64url": "^3.0.1", | ||
"chai": "^4.4.1", | ||
"chai": "^5.1.1", | ||
"clear-module": "^4.1.2", | ||
@@ -88,3 +88,3 @@ "connect": "^3.7.0", | ||
"express": "^4.19.2", | ||
"fastify": "^4.26.2", | ||
"fastify": "^4.27.0", | ||
"helmet": "^7.1.0", | ||
@@ -99,6 +99,6 @@ "koa-body": "^6.0.1", | ||
"selfsigned": "^2.4.1", | ||
"sinon": "^17.0.1", | ||
"supertest": "^6.3.4", | ||
"sinon": "^18.0.0", | ||
"supertest": "^7.0.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
528962
Updateddebug@^4.3.5
Updatedjose@^5.4.0