isomorphic-querystring
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -50,5 +50,3 @@ function stringify( | ||
const char = str[i]; | ||
switch (char) { | ||
case undefined: | ||
case eq: | ||
@@ -61,2 +59,3 @@ if (!(decodeURIComponent(key) in result)) { | ||
break; | ||
case undefined: | ||
case sep: | ||
@@ -63,0 +62,0 @@ if (Array.isArray(result[decodeURIComponent(key)])) { |
{ | ||
"name": "isomorphic-querystring", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "isomorphic querystring interface for client & server.", |
3044