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
npm install workerloader-jest-transformer
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
15 Stars
43 Commits
3 Forks
1 Watching
1 Branches
4 Contributors
Updated on 21 Jan 2023
JavaScript (90.74%)
TypeScript (9.26%)
Cumulative downloads
Total Downloads
Last day
-3.4%
1,456
Compared to previous day
Last week
16.5%
9,012
Compared to previous week
Last month
7.6%
40,079
Compared to previous month
Last year
274.4%
312,492
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
15 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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