Gathering detailed insights and metrics for workerloader-jest-transformer
Gathering detailed insights and metrics for workerloader-jest-transformer
Gathering detailed insights and metrics for workerloader-jest-transformer
Gathering detailed insights and metrics for workerloader-jest-transformer
🃏 Jest transformer for Webpack worker-loader
npm install workerloader-jest-transformer
Typescript
Module System
Node Version
NPM Version
JavaScript (90.74%)
TypeScript (9.26%)
Total Downloads
713,891
Last Day
352
Last Week
9,229
Last Month
39,169
Last Year
423,674
MIT License
16 Stars
43 Commits
3 Forks
1 Watchers
1 Branches
4 Contributors
Updated on Feb 18, 2025
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
workerloader-jest-transformer@0.1.0
Unpacked Size
8.38 kB
Size
3.42 kB
File Count
11
NPM Version
6.14.15
Node Version
14.18.2
Cumulative downloads
Total Downloads
Last Day
-5.9%
352
Compared to previous day
Last Week
-7.1%
9,229
Compared to previous week
Last Month
0.8%
39,169
Compared to previous month
Last Year
162%
423,674
Compared to previous year
1
1
5
This transformer helps you to use Jest with Webpack worker-loader module. Inspired by jsdom-worker
⚠️ This transformer is highly experimental. Any contribution and advice would be greatly appreciated!
📣 I need help maintaining this project. Send me a DM on Twitter if you want to become a maintainer.
1npm install workerloader-jest-transformer --save-dev
or
1yarn add workerloader-jest-transformer --dev
workerloader-jest-transformer
must be used in your Jest config file like this:
1{ 2 transform: { 3 "^.+\\.worker.[t|j]sx?$": "workerloader-jest-transformer" 4 } 5}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/20 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-02
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More