Gathering detailed insights and metrics for jest-watch-select-projects
Gathering detailed insights and metrics for jest-watch-select-projects
Gathering detailed insights and metrics for jest-watch-select-projects
Gathering detailed insights and metrics for jest-watch-select-projects
npm install jest-watch-select-projects
Typescript
Module System
Node Version
NPM Version
JavaScript (95.68%)
Dockerfile (4.32%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
66 Stars
31 Commits
6 Forks
2 Watchers
4 Branches
13 Contributors
Updated on Jul 10, 2025
Latest Version
2.0.0
Package Id
jest-watch-select-projects@2.0.0
Size
3.38 kB
NPM Version
6.13.6
Node Version
12.14.1
Published on
Jan 27, 2020
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Install jest
(it needs Jest 23+) and jest-watch-select-projects
1yarn add --dev jest jest-watch-select-projects 2 3# or with NPM 4 5npm install --save-dev jest jest-watch-select-projects
In your package.json
1{ 2 "jest": { 3 "watchPlugins": ["jest-watch-select-projects"] 4 } 5}
Or in jest.config.js
1module.exports = { 2 watchPlugins: ['jest-watch-select-projects'], 3};
1module.exports = { 2 watchPlugins: [ 3 [ 4 'jest-watch-select-projects', 5 { 6 key: 'X', 7 // function or string 8 prompt() { 9 const activeProjectsText = this._getActiveProjectsText(); 10 return 'do something with my custom prompt'; 11 }, 12 }, 13 ], 14 ], 15};
1yarn jest --watch
Why is this running all of my projects?
Make certain that you're using the SPACE key to toggle the selected state of projects and the ENTER key to confirm your settings.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 7/29 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
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
Score
Last Scanned on 2025-06-30
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