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

oidc-provider

Package Overview
Dependencies
Maintainers
1
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.1.2 to 8.2.0

1

lib/actions/authorization/interactions.js

@@ -112,2 +112,3 @@ import * as url from 'node:url';

grant: oidc.grant,
cid: oidc.entities.Interaction?.cid || nanoid(),
...(oidc.deviceCode ? { deviceCode: oidc.deviceCode.jti } : undefined),

@@ -114,0 +115,0 @@ });

@@ -69,4 +69,5 @@ import instance from '../helpers/weak_cache.js';

'deviceCode',
'cid',
];
}
};

4

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

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

"desm": "^1.3.0",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",

@@ -85,0 +85,0 @@ "eslint-plugin-import": "^2.27.5",

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