query-string
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "query-string", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Parse and stringify URL query strings", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,3 +60,3 @@ /*! | ||
if (typeof define === 'function' && define.amd) { | ||
define([], queryString); | ||
define(function() { return queryString; }); | ||
} else if (typeof module !== 'undefined' && module.exports) { | ||
@@ -63,0 +63,0 @@ module.exports = queryString; |
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
3883