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