normalize-url
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -145,3 +145,5 @@ 'use strict'; | ||
// Decode query parameters | ||
urlObj.search = decodeURIComponent(urlObj.search); | ||
if (urlObj.search !== null) { | ||
urlObj.search = decodeURIComponent(urlObj.search); | ||
} | ||
@@ -148,0 +150,0 @@ // Take advantage of many of the Node `url` normalizations |
{ | ||
"name": "normalize-url", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Normalize a URL", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
9511
132