Socket
Socket
Sign inDemoInstall

jest-environment-jsdom

Package Overview
Dependencies
8
Maintainers
6
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.3.1 to 29.4.0

.eslintcache

2

build/index.js

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

);
const global = (this.global = this.dom.window.document.defaultView);
const global = (this.global = this.dom.window);
if (global == null) {

@@ -83,0 +83,0 @@ throw new Error('JSDOM did not return a Window object');

{
"name": "jest-environment-jsdom",
"version": "29.3.1",
"version": "29.4.0",
"repository": {

@@ -20,13 +20,13 @@ "type": "git",

"dependencies": {
"@jest/environment": "^29.3.1",
"@jest/fake-timers": "^29.3.1",
"@jest/types": "^29.3.1",
"@jest/environment": "^29.4.0",
"@jest/fake-timers": "^29.4.0",
"@jest/types": "^29.4.0",
"@types/jsdom": "^20.0.0",
"@types/node": "*",
"jest-mock": "^29.3.1",
"jest-util": "^29.3.1",
"jest-mock": "^29.4.0",
"jest-util": "^29.4.0",
"jsdom": "^20.0.0"
},
"devDependencies": {
"@jest/test-utils": "^29.3.1"
"@jest/test-utils": "^29.4.0"
},

@@ -47,3 +47,3 @@ "peerDependencies": {

},
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
}
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