query-string
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -53,3 +53,5 @@ 'use strict'; | ||
return strictUriEncode(key) + '=' + strictUriEncode(val); | ||
}).filter(function (x) { | ||
return x.length > 0; | ||
}).join('&') : ''; | ||
}; |
{ | ||
"name": "query-string", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Parse and stringify URL query strings", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "xo && mocha" | ||
}, | ||
@@ -41,4 +41,5 @@ "files": [ | ||
"devDependencies": { | ||
"mocha": "*" | ||
"mocha": "*", | ||
"xo": "*" | ||
} | ||
} |
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
4747
44
2