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

window

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

window - npm Package Compare versions

Comparing version

to
4.1.1

4

package.json
{
"name": "window",
"version": "4.1.0",
"version": "4.1.1",
"description": "Exports a jsdom window object.",

@@ -41,3 +41,3 @@ "main": "src/index.js",

"devDependencies": {
"ava": "^0.19.1",
"ava": "^0.21.0",
"coveralls": "^2.11.13",

@@ -44,0 +44,0 @@ "eslint-config-xo-lukechilds": "^1.0.0",

'use strict';
const { JSDOM } = require('jsdom');
const JSDOM = require('jsdom').JSDOM;

@@ -5,0 +5,0 @@ // Class to return a window instance.

Sorry, the diff of this file is not supported yet