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 7.14.1 to 7.14.2

15

lib/models/client.js

@@ -312,3 +312,16 @@ /* eslint-disable max-classes-per-file */

instance(provider).configuration('requestObjectSigningAlgValues').forEach(Set.prototype.add.bind(algs));
[
'introspectionSignedResponseAlg',
'userinfoSignedResponseAlg',
'authorizationSignedResponseAlg',
'idTokenSignedResponseAlg',
'requestObjectSigningAlg',
].forEach((prop) => {
algs.add(client[prop]);
});
if (!client.requestObjectSigningAlg) {
instance(provider).configuration('requestObjectSigningAlgValues').forEach(Set.prototype.add.bind(algs));
}
instance(provider).configuration('requestObjectEncryptionAlgValues').forEach(Set.prototype.add.bind(algs));

@@ -315,0 +328,0 @@

2

package.json
{
"name": "oidc-provider",
"version": "7.14.1",
"version": "7.14.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