whatwg-url
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1113,3 +1113,3 @@ "use strict"; | ||
scheme: url.scheme, | ||
host: url.host, | ||
host: serializeHost(url.host), | ||
port: url.port === "" ? specialSchemas[url.scheme] : url.port | ||
@@ -1284,2 +1284,6 @@ }); | ||
preUpdateSteps(this); | ||
}, | ||
toString() { | ||
return this.href; | ||
} | ||
@@ -1286,0 +1290,0 @@ }; |
{ | ||
"name": "whatwg-url", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "An implementation of the WHATWG URL algorithm", | ||
@@ -5,0 +5,0 @@ "main": "lib/url.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
38401
1197