url-search-params-polyfill
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -298,3 +298,3 @@ /** | ||
var val = typeof value === 'string' ? value : ( | ||
value !== null && typeof value.toString === 'function' ? value.toString() : JSON.stringify(value) | ||
value !== null && value !== undefined && typeof value.toString === 'function' ? value.toString() : JSON.stringify(value) | ||
) | ||
@@ -301,0 +301,0 @@ |
{ | ||
"name": "url-search-params-polyfill", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "a simple polyfill for javascript URLSearchParams", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jerrybendy/url-search-params-polyfill", |
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
26119