normalize-url
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -80,2 +80,7 @@ 'use strict'; | ||
// decode URI octets | ||
if (urlObj.pathname) { | ||
urlObj.pathname = decodeURI(urlObj.pathname); | ||
} | ||
// remove directory index | ||
@@ -82,0 +87,0 @@ if (opts.removeDirectoryIndex === true) { |
{ | ||
"name": "normalize-url", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"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
8867
126