@criipto/oidc
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -24,2 +24,4 @@ "use strict"; | ||
for (const [k, v] of Object.entries(options)) { | ||
if (v === undefined || v === null) | ||
continue; | ||
url.searchParams.set(k, v); | ||
@@ -37,2 +39,4 @@ } | ||
continue; | ||
if (v === undefined || v === null) | ||
continue; | ||
url.searchParams.set(k, v); | ||
@@ -39,0 +43,0 @@ } |
{ | ||
"name": "@criipto/oidc", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
26237
373