Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oidc-provider

Package Overview
Dependencies
Maintainers
0
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-provider - npm Package Compare versions

Comparing version 8.4.6 to 8.4.7

2

lib/actions/authorization/assign_defaults.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc