Socket
Socket
Sign inDemoInstall

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
337
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.1 to 8.4.2

2

lib/models/client.js

@@ -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"

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