New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsdomify

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdomify - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

lib/polyfills/classList.js

2

lib/jsdomify.js

@@ -18,3 +18,3 @@ 'use strict';

// shim document.classList
require('./classList')(global.window);
require('./polyfills/classList')(global.window);
};

@@ -21,0 +21,0 @@

{
"name": "jsdomify",
"version": "0.4.0",
"version": "0.5.0",
"description": "Create a JSDom instance for browserless testing, exposing some handling methods",

@@ -14,2 +14,4 @@ "main": "lib/jsdomify.js",

"babel": "5.6.23",
"coveralls": "2.11.2",
"istanbul": "0.3.17",
"mocha": "2.2.5",

@@ -21,7 +23,9 @@ "unexpected": "9.2.1"

"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
"prepublish": "npm run compile",
"travis": "npm run coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x src/polyfills/* -- -R spec --compilers js:babel/register"
},
"files": [
"lib/jsdomify.js",
"lib/classList.js"
"lib/polyfills/classList.js"
],

@@ -28,0 +32,0 @@ "repository": {

@@ -1,3 +0,4 @@

# jsdomify
[![Build Status](https://travis-ci.org/podio/jsdomify.svg)](https://travis-ci.org/podio/jsdomify)
[![Coverage Status](https://coveralls.io/repos/podio/jsdomify/badge.svg?branch=master&service=github)](https://coveralls.io/github/podio/jsdomify?branch=master)

@@ -4,0 +5,0 @@ A ready to use DOM right at your finger tips for easy and fast testing without any browser in the Node environment

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