New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openid-client - npm Package Compare versions

Comparing version 5.7.0 to 5.7.1

5

lib/helpers/client.js

@@ -95,5 +95,2 @@ const jose = require('jose');

const timestamp = now();
const audience = [
...new Set([this.issuer.issuer, this.issuer.token_endpoint].filter(Boolean)),
];

@@ -106,3 +103,3 @@ const assertion = await clientAssertion.call(this, endpoint, {

sub: this.client_id,
aud: audience,
aud: this.issuer.issuer,
...clientAssertionPayload,

@@ -109,0 +106,0 @@ });

6

package.json
{
"name": "openid-client",
"version": "5.7.0",
"version": "5.7.1",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",

@@ -25,4 +25,4 @@ "keywords": [

],
"homepage": "https://github.com/panva/node-openid-client",
"repository": "panva/node-openid-client",
"homepage": "https://github.com/panva/openid-client",
"repository": "panva/openid-client",
"funding": {

@@ -29,0 +29,0 @@ "url": "https://github.com/sponsors/panva"

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