Comparing version 0.8.6 to 0.8.7
@@ -1316,2 +1316,5 @@ var core = require("./core").dom.level2.core, | ||
}, | ||
get host() { | ||
return URL.parse(this.href).host; | ||
}, | ||
get pathname() { | ||
@@ -1318,0 +1321,0 @@ return URL.parse(this.href).pathname; |
{ | ||
"name": "jsdom", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "A JavaScript implementation of the W3C DOM", | ||
@@ -5,0 +5,0 @@ "keywords": ["dom", "w3c", "html"], |
@@ -278,3 +278,3 @@ # jsdom | ||
level2/core 283/283 100% | ||
level2/html 706/706 100% | ||
level2/html 707/707 100% | ||
level2/style 15/15 100% | ||
@@ -296,3 +296,3 @@ level2/extra 4/4 100% | ||
--------------------------------------- | ||
TOTALS: 0/2626 failed; 100% success | ||
TOTALS: 0/2627 failed; 100% success | ||
``` | ||
@@ -299,0 +299,0 @@ |
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
355202
10315