query-string
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -8,3 +8,3 @@ 'use strict'; | ||
str = str.trim().replace(/^(\?|#)/, ''); | ||
str = str.trim().replace(/^(\?|#|&)/, ''); | ||
@@ -11,0 +11,0 @@ if (!str) { |
{ | ||
"name": "query-string", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Parse and stringify URL query strings", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4437