query-string
Advanced tools
Comparing version 6.8.0 to 6.8.1
@@ -207,5 +207,3 @@ 'use strict'; | ||
value = Number(value); | ||
} | ||
if (options.parseBooleans && value !== null && (value.toLowerCase() === 'true' || value.toLowerCase() === 'false')) { | ||
} else if (options.parseBooleans && value !== null && (value.toLowerCase() === 'true' || value.toLowerCase() === 'false')) { | ||
value = value.toLowerCase() === 'true'; | ||
@@ -212,0 +210,0 @@ } |
{ | ||
"name": "query-string", | ||
"version": "6.8.0", | ||
"version": "6.8.1", | ||
"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
20501
376