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

jest-environment-node

Package Overview
Dependencies
Maintainers
6
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-node - npm Package Compare versions

Comparing version 27.0.6 to 27.1.0

8

build/index.js

@@ -107,2 +107,10 @@ 'use strict';

global.AbortController = AbortController;
} // Event is global in Node >= 15.4
if (typeof Event !== 'undefined') {
global.Event = Event;
} // EventTarget is global in Node >= 15.4
if (typeof EventTarget !== 'undefined') {
global.EventTarget = EventTarget;
}

@@ -109,0 +117,0 @@

16

package.json
{
"name": "jest-environment-node",
"version": "27.0.6",
"version": "27.1.0",
"repository": {

@@ -17,11 +17,11 @@ "type": "git",

"dependencies": {
"@jest/environment": "^27.0.6",
"@jest/fake-timers": "^27.0.6",
"@jest/types": "^27.0.6",
"@jest/environment": "^27.1.0",
"@jest/fake-timers": "^27.1.0",
"@jest/types": "^27.1.0",
"@types/node": "*",
"jest-mock": "^27.0.6",
"jest-util": "^27.0.6"
"jest-mock": "^27.1.0",
"jest-util": "^27.1.0"
},
"devDependencies": {
"@jest/test-utils": "^27.0.6"
"@jest/test-utils": "^27.1.0"
},

@@ -34,3 +34,3 @@ "engines": {

},
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9"
"gitHead": "5ef792e957e83428d868a18618b8629e32719993"
}
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