openid-client
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132773
Updatedjose@^4.14.4