Socket
Socket
Sign inDemoInstall

jsdom

Package Overview
Dependencies
Maintainers
2
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdom - npm Package Compare versions

Comparing version 0.8.6 to 0.8.7

3

lib/jsdom/level2/html.js

@@ -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;

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc