Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
Maintainers
5
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 29.6.2 to 29.6.3

2

build/index.d.ts

@@ -306,3 +306,3 @@ /**

* This mainly exists so the path can be changed during testing.
* https://github.com/facebook/jest/issues/9543
* https://github.com/jestjs/jest/issues/9543
*/

@@ -309,0 +309,0 @@ childWorkerPath?: string;

{
"name": "jest-worker",
"version": "29.6.2",
"version": "29.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-worker"

@@ -21,3 +21,3 @@ },

"@types/node": "*",
"jest-util": "^29.6.2",
"jest-util": "^29.6.3",
"merge-stream": "^2.0.0",

@@ -32,3 +32,3 @@ "supports-color": "^8.0.0"

"get-stream": "^6.0.0",
"jest-leak-detector": "^29.6.2",
"jest-leak-detector": "^29.6.3",
"tsd-lite": "^0.7.0",

@@ -43,3 +43,3 @@ "worker-farm": "^1.6.0"

},
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
}

@@ -80,3 +80,3 @@ # jest-worker

Specifies the memory limit for workers before they are recycled and is primarily a work-around for [this issue](https://github.com/facebook/jest/issues/11956);
Specifies the memory limit for workers before they are recycled and is primarily a work-around for [this issue](https://github.com/jestjs/jest/issues/11956);

@@ -83,0 +83,0 @@ After the worker has executed a task the memory usage of it is checked. If it exceeds the value specified the worker is killed and restarted. If no limit is set this process does not occur. The limit can be specified in 2 ways:

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