whatwg-url-compat
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1117,3 +1117,3 @@ "use strict"; | ||
scheme: url.scheme, | ||
host: url.host, | ||
host: serializeHost(url.host), | ||
port: url.port === "" ? specialSchemas[url.scheme] : url.port | ||
@@ -1288,2 +1288,6 @@ }); | ||
preUpdateSteps(this); | ||
}, | ||
toString() { | ||
return this.href; | ||
} | ||
@@ -1290,0 +1294,0 @@ }; |
{ | ||
"name": "whatwg-url-compat", | ||
"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
38485
1200