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.3.1 to 8.3.2

3

lib/models/formats/opaque.js

@@ -38,3 +38,4 @@ import pickBy from '../../helpers/_/pick_by.js';

if (withExtra.has(this.kind)) {
payload.extra = await instance(provider).configuration('extraTokenClaims')(ctxRef.get(this), this);
// eslint-disable-next-line no-multi-assign
payload.extra = this.extra = await instance(provider).configuration('extraTokenClaims')(ctxRef.get(this), this);
}

@@ -41,0 +42,0 @@

{
"name": "oidc-provider",
"version": "8.3.1",
"version": "8.3.2",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",

@@ -5,0 +5,0 @@ "keywords": [

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