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.3 to 5.1.4

2

lib/helpers/request.js

@@ -77,3 +77,3 @@ const assert = require('assert');

{
htu: url.href,
htu: `${url.origin}${url.pathname}`,
htm: options.method,

@@ -80,0 +80,0 @@ nonce: nonces.get(nonceKey),

{
"name": "openid-client",
"version": "5.1.3",
"version": "5.1.4",
"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