Socket
Socket
Sign inDemoInstall

jest-environment-jsdom

Package Overview
Dependencies
91
Maintainers
4
Versions
272
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.2 to 12.1.0

7

package.json
{
"name": "jest-environment-jsdom",
"version": "12.0.2",
"version": "12.1.0",
"repository": {

@@ -11,6 +11,5 @@ "type": "git",

"dependencies": {
"jsdom": "^8.4.1",
"jest-util": "^12.0.2"
"jsdom": "^9.0.0",
"jest-util": "^12.1.0"
}
}

@@ -10,4 +10,4 @@ /**

const FakeTimers = require('jest-util/lib/FakeTimers');
const installCommonGlobals = require('jest-util/lib/installCommonGlobals');
const FakeTimers = require('jest-util').FakeTimers;
const installCommonGlobals = require('jest-util').installCommonGlobals;

@@ -14,0 +14,0 @@ class JSDOMEnvironment {

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