</>PackageGraphPackageGraph

jest-worker

npmv30.5.1TypeScript

Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.

Safe to adopt

Yes — jest-worker scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 9 days ago. 19 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 9 days ago. 19 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 20 transitive packages, about 3.1 MB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

    No install scripts, 5 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding jest-worker to a project.

5
Direct dependencies

Runtime packages this one declares itself.

20
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

3.1 MB
Install size

Unpacked size of this package plus its entire runtime tree.

4
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

ISCMIT

Every license you inherit by installing jest-worker, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the jest-worker README.

import {Worker as JestWorker} from 'jest-worker';

async function main() {
  const worker = new JestWorker(require.resolve('./worker'));
  const result = await worker.hello('Alice'); // "Hello, Alice"
}

main();

Dependencies

Declared by jest-worker v30.5.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (7)

@babel/core ^7.27.4@types/merge-stream ^2.0.0@types/supports-color ^8.1.3@types/ungap__structured-clone ^1.2.0get-stream ^6.0.0jest-leak-detector 30.5.1worker-farm ^1.7.0

Used by

Popular packages that depend on jest-worker.

Relationship graph

Dependencies (left) and dependents (right) of jest-worker.

Frequently installed together

Release history

19 releases in the last two years, typically about 8 days apart.

Recent versions of jest-worker
VersionPublishedSizeLicense
30.5.1latest9 days ago106 KBMIT
30.5.012 days ago106 KBMIT
30.4.14 months ago106 KBMIT
30.4.04 months ago106 KBMIT
30.3.06 months ago106 KBMIT
30.2.011 months ago126 KBMIT
30.1.01 year ago126 KBMIT
30.0.51 year ago126 KBMIT
30.0.21 year ago106 KBMIT
30.0.11 year ago106 KBMIT
30.0.01 year ago106 KBMIT
30.0.0-rc.11 year ago106 KBMIT
30.0.0-beta.81 year ago106 KBMIT
30.0.0-beta.71 year ago106 KBMIT
30.0.0-beta.61 year ago106 KBMIT

Overview

jest-worker is an npm package that module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. It has 8 known dependents in the graph. The latest version is 30.5.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use jest-worker?

Yes — jest-worker scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 9 days ago. 19 releases in the last 2 years.

How do I install jest-worker?

Run `npm install jest-worker` to add jest-worker to your npm project.

How many dependencies does jest-worker have?

jest-worker declares 12 direct dependencies and pulls in 20 packages in total once its runtime tree is resolved totalling about 3.1 MB on disk.

What license is jest-worker released under?

jest-worker is distributed under the MIT license. Its dependency tree also includes: ISC, MIT.

How popular is jest-worker?

npm does not publish download counts. Within PackageGraph's crawl, 8 known packages depend on jest-worker.

Is jest-worker still maintained?

The most recent release of jest-worker (v30.5.1) was published 9 days ago.

Does jest-worker run install scripts?

No. jest-worker does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.