Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-worker

Package Overview
Dependencies
Maintainers
6
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-worker - npm Package Compare versions

Comparing version 27.0.0-next.3 to 27.0.0-next.4

3

build/workers/ChildProcessWorker.js

@@ -271,2 +271,3 @@ 'use strict';

exitCode !== 0 &&
exitCode !== null &&
exitCode !== SIGTERM_EXIT_CODE &&

@@ -300,3 +301,3 @@ exitCode !== SIGKILL_EXIT_CODE

this._child.send(request);
this._child.send(request, () => {});
}

@@ -303,0 +304,0 @@

{
"name": "jest-worker",
"version": "27.0.0-next.3",
"version": "27.0.0-next.4",
"repository": {

@@ -33,3 +33,3 @@ "type": "git",

},
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41"
"gitHead": "941c414f0b757fdc619778c46c21fda26b3e5504"
}
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