Socket
Socket
Sign inDemoInstall

jsdom

Package Overview
Dependencies
65
Maintainers
2
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.16 to 0.2.17

7

lib/jsdom/level2/style.js

@@ -5,3 +5,2 @@ var core = require("./core").dom.level2.core,

cssom = require("cssom"),
cssstyle = require("cssstyle"),
assert = require('assert');

@@ -33,3 +32,3 @@

core.CSSImportRule = cssom.CSSImportRule;
core.CSSStyleDeclaration = cssstyle.CSSStyleDeclaration;
core.CSSStyleDeclaration = cssom.CSSStyleDeclaration;

@@ -126,3 +125,3 @@ // Relavant specs

* @param {string} data
* @param {cssstyle.CSSStyleDeclaration} style
* @param {cssom.CSSStyleDeclaration} style
*/

@@ -186,3 +185,3 @@ function evaluateStyleAttribute(data) {

if (!style) {
style = this._cssStyleDeclaration = new cssstyle.CSSStyleDeclaration();
style = this._cssStyleDeclaration = new cssom.CSSStyleDeclaration();
if (!this.getAttributeNode('style')) {

@@ -189,0 +188,0 @@ this.setAttribute('style', '');

@@ -0,0 +0,0 @@ module.exports.dom = {

{
"name": "jsdom",
"version": "0.2.16",
"version": "0.2.17",
"description": "A JavaScript implementation of the W3C DOM",

@@ -159,7 +159,2 @@ "keywords": [

"email" : "jroberts@logitech.com"
},
{
"name" : "Chad Walker",
"email" : "chad@chad-cat-lore-eddie.com",
"url" : "https://github.com/chad3814"
}

@@ -189,4 +184,3 @@ ],

"request" : "2.x",
"cssom" : ">=0.2.2",
"cssstyle" : "0.2.x",
"cssom" : "0.2.x",
"contextify" : "0.1.x"

@@ -193,0 +187,0 @@ },

@@ -299,8 +299,8 @@ # jsdom

sizzle/index 12/15 80%
jsdom/index 79/79 100%
jsdom/index 79/80 98%
jsonp/jsonp 1/1 100%
browser/contextifyReplacement 4/4 100%
browser/index 22/22 100%
browser/index 21/22 95%
------------------------------------------------------
TOTALS: 3/2550 failed; 99% success
TOTALS: 5/2551 failed; 99% success
```

@@ -307,0 +307,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc