Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
21
Maintainers
5
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2

5

build/index.d.ts

@@ -7,6 +7,7 @@ /**

*/
/// <reference types="node" />
import type {ForkOptions} from 'child_process';
import type {ResourceLimits} from 'worker_threads';
import {ForkOptions} from 'child_process';
import {ResourceLimits} from 'worker_threads';

@@ -13,0 +14,0 @@ declare const CHILD_MESSAGE_CALL = 1;

2

build/index.js

@@ -362,2 +362,4 @@ /*!

const element = nodes[0];
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -364,0 +366,0 @@ let swapIndex = null;

{
"name": "jest-worker",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

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

"@types/node": "*",
"jest-util": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.2",
"merge-stream": "^2.0.0",

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

"get-stream": "^6.0.0",
"jest-leak-detector": "30.0.0-alpha.1",
"jest-leak-detector": "30.0.0-alpha.2",
"tsd-lite": "^0.8.0",

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

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc