openid-client
Advanced tools
Comparing version 5.6.0 to 5.6.1
@@ -275,3 +275,3 @@ const { inspect } = require('util'); | ||
// TODO: is the replace needed? | ||
return target.href.replace('+', '%20'); | ||
return target.href.replace(/\+/g, '%20'); | ||
} | ||
@@ -278,0 +278,0 @@ |
{ | ||
"name": "openid-client", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
134474
7