Socket
Socket
Sign inDemoInstall

jest-environment-jsdom

Package Overview
Dependencies
157
Maintainers
6
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.4.3 to 29.5.0

9

build/index.js

@@ -164,11 +164,2 @@ 'use strict';

this.global.close();
// Dispose "document" to prevent "load" event from triggering.
// Note that this.global.close() will trigger the CustomElement::disconnectedCallback
// Do not reset the document before CustomElement disconnectedCallback function has finished running,
// document should be accessible within disconnectedCallback.
Object.defineProperty(this.global, 'document', {
value: null
});
}

@@ -175,0 +166,0 @@ this.errorEventListener = null;

16

package.json
{
"name": "jest-environment-jsdom",
"version": "29.4.3",
"version": "29.5.0",
"repository": {

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

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

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

},
"gitHead": "a49c88610e49a3242576160740a32a2fe11161e1"
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
}
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