Gathering detailed insights and metrics for jest-watch-mock-stdin
Gathering detailed insights and metrics for jest-watch-mock-stdin
Gathering detailed insights and metrics for jest-watch-mock-stdin
Gathering detailed insights and metrics for jest-watch-mock-stdin
npm install jest-watch-mock-stdin
Typescript
Module System
JavaScript (78.8%)
Dockerfile (21.2%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
5 Commits
1 Branches
1 Contributors
Updated on Oct 27, 2018
Latest Version
0.1.0
Package Id
jest-watch-mock-stdin@0.1.0
Unpacked Size
4.34 kB
Size
2.34 kB
File Count
7
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-watch-mock-stdin
1yarn add --dev jest jest-watch-mock-stdin 2 3# or with NPM 4 5npm install --save-dev jest jest-watch-mock-stdin
In your jestConfig
1watchPlugins: [ 2 ["jest-watch-mock-stdin", { 3 input: [ 4 { keys: ['p', 'b', 'a', 'r', '\n'] }, 5 { keys: ['q'] }, 6 ] 7 ] 8],
The keys inside the keys
array will be type immediately one after the other. It will wait for a test run to be completed before moving to the next keys
array
Fox example, the config above will:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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