Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
Maintainers
1
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 21.3.0-beta.14 to 21.3.0-beta.15

2

build/worker.js

@@ -83,2 +83,4 @@ /**

env: process.env,
// suppress --debug / --inspect flags while preserving others (like --harmony)
execArgv: process.execArgv.filter(v => !/^--(debug|inspect)/.test(v)),
silent: true },

@@ -85,0 +87,0 @@

2

package.json
{
"name": "jest-worker",
"version": "21.3.0-beta.14",
"version": "21.3.0-beta.15",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -90,4 +90,4 @@ # jest-worker

Allow customizing all options passed to `childProcess.fork`. By default, some
values are set (`cwd` and `env`), but you can override them and customize the
rest. For a list of valid values, check
values are set (`cwd`, `env` and `execArgv`), but you can override them and
customize the rest. For a list of valid values, check
[the Node documentation](https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options).

@@ -94,0 +94,0 @@

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