Socket
Socket
Sign inDemoInstall

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
181
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.1.7 to 5.1.8

6

lib/client.js

@@ -560,3 +560,3 @@ const { inspect } = require('util');

if ('id_token' in params) {
if (typeof params.id_token === 'string' && params.id_token.length) {
throw new RPError({

@@ -568,2 +568,3 @@ message:

}
delete params.id_token;

@@ -613,3 +614,3 @@ const RESPONSE_TYPE_REQUIRED_PARAMS = {

if ('id_token' in tokenset) {
if (typeof tokenset.id_token === 'string' && tokenset.id_token.length) {
throw new RPError({

@@ -621,2 +622,3 @@ message:

}
delete tokenset.id_token;

@@ -623,0 +625,0 @@ return tokenset;

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

@@ -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