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.6.0 to 5.6.1

2

lib/client.js

@@ -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": [

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