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

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
189
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.4.2 to 5.4.3

4

lib/helpers/client.js

@@ -84,3 +84,3 @@ const jose = require('jose');

case 'client_secret_post':
if (!this.client_secret) {
if (typeof this.client_secret !== 'string') {
throw new TypeError(

@@ -124,3 +124,3 @@ 'client_secret_post client authentication method requires a client_secret',

// > password.
if (!this.client_secret) {
if (typeof this.client_secret !== 'string') {
throw new TypeError(

@@ -127,0 +127,0 @@ 'client_secret_basic client authentication method requires a client_secret',

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

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

"dependencies": {
"jose": "^4.14.1",
"jose": "^4.14.4",
"lru-cache": "^6.0.0",

@@ -55,3 +55,3 @@ "object-hash": "^2.2.0",

"devDependencies": {
"@types/node": "^16.18.24",
"@types/node": "^16.18.31",
"@types/passport": "^1.0.12",

@@ -62,3 +62,3 @@ "base64url": "^3.0.1",

"mocha": "^10.2.0",
"nock": "^13.3.0",
"nock": "^13.3.1",
"prettier": "^2.8.8",

@@ -65,0 +65,0 @@ "readable-mock-req": "^0.2.2",

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