Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
5
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.1.0 to 28.1.1

1

build/base/BaseWorkerPool.js

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

/* istanbul ignore next */
// eslint-disable-next-line @typescript-eslint/no-empty-function

@@ -36,0 +37,0 @@ const emptyMethod = () => {};

8

build/index.d.ts

@@ -13,7 +13,7 @@ /**

declare const CHILD_MESSAGE_CALL: 1;
declare const CHILD_MESSAGE_CALL = 1;
declare const CHILD_MESSAGE_END: 2;
declare const CHILD_MESSAGE_END = 2;
declare const CHILD_MESSAGE_INITIALIZE: 0;
declare const CHILD_MESSAGE_INITIALIZE = 0;

@@ -63,3 +63,3 @@ declare type ChildMessage =

declare type FunctionLike = (args: any) => unknown;
declare type FunctionLike = (...args: any) => unknown;

@@ -66,0 +66,0 @@ declare type HeapItem = {

@@ -277,3 +277,3 @@ 'use strict';

this._request = request;
this._retries = 0;
this._retries = 0; // eslint-disable-next-line @typescript-eslint/no-empty-function

@@ -280,0 +280,0 @@ this._child.send(request, () => {});

{
"name": "jest-worker",
"version": "28.1.0",
"version": "28.1.1",
"repository": {

@@ -25,7 +25,7 @@ "type": "git",

"devDependencies": {
"@tsd/typescript": "~4.6.2",
"@tsd/typescript": "~4.7.3",
"@types/merge-stream": "^1.1.2",
"@types/supports-color": "^8.1.0",
"get-stream": "^6.0.0",
"jest-leak-detector": "^28.1.0",
"jest-leak-detector": "^28.1.1",
"tsd-lite": "^0.5.1",

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

},
"gitHead": "f5db241312f46528389e55c38221e6b6968622cf"
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9"
}
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