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.2.0 to 8.2.1

1

lib/consts/client_attributes.js

@@ -19,3 +19,2 @@ const RECOGNIZED_METADATA = [

'policy_uri',
'post_logout_redirect_uris',
'redirect_uris',

@@ -22,0 +21,0 @@ 'require_auth_time',

16

package.json
{
"name": "oidc-provider",
"version": "8.2.0",
"version": "8.2.1",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",

@@ -64,3 +64,3 @@ "keywords": [

"got": "^12.6.0",
"jose": "^4.14.1",
"jose": "^4.14.4",
"jsesc": "^3.0.2",

@@ -70,3 +70,3 @@ "koa": "^2.14.2",

"object-hash": "^3.0.0",
"oidc-token-hash": "^5.0.2",
"oidc-token-hash": "^5.0.3",
"quick-lru": "^6.1.1",

@@ -76,4 +76,4 @@ "raw-body": "^2.5.2"

"devDependencies": {
"@fastify/middie": "^8.1.0",
"@hapi/hapi": "^21.3.1",
"@fastify/middie": "^8.2.0",
"@hapi/hapi": "^21.3.2",
"@koa/ejs": "^5.1.0",

@@ -85,7 +85,7 @@ "base64url": "^3.0.1",

"desm": "^1.3.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"express": "^4.18.2",
"fastify": "^4.15.0",
"fastify": "^4.17.0",
"helmet": "^6.1.5",

@@ -98,3 +98,3 @@ "koa-body": "^6.0.1",

"moment": "^2.29.4",
"nock": "^13.3.0",
"nock": "^13.3.1",
"selfsigned": "^2.1.1",

@@ -101,0 +101,0 @@ "sinon": "^15.0.4",

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