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.3.3 to 5.3.4

2

lib/helpers/deep_clone.js

@@ -1,1 +0,1 @@

module.exports = globalThis.structuredClone || JSON.parse(JSON.stringify(obj));
module.exports = globalThis.structuredClone || ((obj) => JSON.parse(JSON.stringify(obj)));
{
"name": "openid-client",
"version": "5.3.3",
"version": "5.3.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