isomorphic-querystring
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -44,2 +44,4 @@ function stringify( | ||
if (str.length === 0) return result; | ||
for (let i = 0; i <= length; i++) { | ||
@@ -51,2 +53,3 @@ if (parsedKeys >= maxKeys) { | ||
const char = str[i]; | ||
switch (char) { | ||
@@ -53,0 +56,0 @@ case eq: |
{ | ||
"name": "isomorphic-querystring", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "isomorphic querystring interface for client & server.", |
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
3085
97