Comparing version 4.0.0 to 5.0.0
@@ -38,3 +38,3 @@ "use strict"; | ||
function parseUrl(url) { | ||
var normalize = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; | ||
var normalize = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; | ||
@@ -41,0 +41,0 @@ if (typeof url !== "string" || !url.trim()) { |
{ | ||
"name": "parse-url", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "An advanced url parser supporting git urls too.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
14399