Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
3
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.4.2 to 27.4.4

4

build/workers/NodeThreadsWorker.js

@@ -157,6 +157,2 @@ 'use strict';

eval: false,
// Suppress --max_old_space_size flags while preserving others (like --harmony). See https://nodejs.org/api/worker_threads.html#new-workerfilename-options
execArgv: process.execArgv.filter(
v => !/^--(max_old_space_size|max-old-space-size)/.test(v)
),
// @ts-expect-error: added in newer versions

@@ -163,0 +159,0 @@ resourceLimits: this._options.resourceLimits,

4

package.json
{
"name": "jest-worker",
"version": "27.4.2",
"version": "27.4.4",
"repository": {

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

},
"gitHead": "7965591f785e936ada194f9d58f852735b50ab1c"
"gitHead": "e2316126b2e4b9b4272e5a0b651c3cb5b0306369"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc