query-string
Advanced tools
Comparing version 4.0.0 to 4.0.2
@@ -36,3 +36,3 @@ 'use strict'; | ||
if (ret[key] !== undefined) { | ||
if (ret[key] === undefined) { | ||
ret[key] = val; | ||
@@ -39,0 +39,0 @@ } else if (Array.isArray(ret[key])) { |
{ | ||
"name": "query-string", | ||
"version": "4.0.0", | ||
"version": "4.0.2", | ||
"description": "Parse and stringify URL query strings", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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