openid-client
Advanced tools
Comparing version 5.3.3 to 5.3.4
@@ -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": [ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
132439
0