saaf-common
Advanced tools
Comparing version 1.0.97 to 1.0.98
{ | ||
"name": "saaf-common", | ||
"version": "1.0.97", | ||
"version": "1.0.98", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,2 +15,5 @@ /* | ||
for (const key in params) { | ||
if(params[key] === undefined || params[key] === null) { | ||
continue | ||
} | ||
if(hasGetParams){ | ||
@@ -17,0 +20,0 @@ url += `&${key}=${params[key]}` |
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
9116110
126639