openid-client
Advanced tools
Comparing version 5.1.8 to 5.1.9
@@ -7,2 +7,7 @@ const base64url = require('./helpers/base64url'); | ||
Object.assign(this, values); | ||
const { constructor, ...properties } = Object.getOwnPropertyDescriptors( | ||
this.constructor.prototype, | ||
); | ||
Object.defineProperties(this, properties); | ||
} | ||
@@ -9,0 +14,0 @@ |
{ | ||
"name": "openid-client", | ||
"version": "5.1.8", | ||
"version": "5.1.9", | ||
"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
133058
3648