Gathering detailed insights and metrics for tap-mocha-reporter
Gathering detailed insights and metrics for tap-mocha-reporter
Gathering detailed insights and metrics for tap-mocha-reporter
Gathering detailed insights and metrics for tap-mocha-reporter
Format a TAP stream using Mocha's set of reporters
npm install tap-mocha-reporter
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
28 Stars
143 Commits
32 Forks
5 Watching
3 Branches
10 Contributors
Updated on 06 Jun 2024
JavaScript (81.24%)
HTML (16.99%)
Pug (1.77%)
Cumulative downloads
Total Downloads
Last day
-15.2%
23,204
Compared to previous day
Last week
-12.2%
137,997
Compared to previous week
Last month
23.7%
594,224
Compared to previous month
Last year
-11.4%
6,978,584
Compared to previous year
1
Format a TAP stream using Mocha's set of reporters
On the command line, pipe TAP in, and it'll do its thing.
1tap test/*.js | tap-mocha-reporter
You can also specify a reporter with the first argument. The default
is spec
.
1tap test/*.js | tap-mocha-reporter nyan
Programmatically, you can use this as a transform stream.
1var TSR = require('tap-mocha-reporter') 2 3fs.createReadStream('saved-test-output.tap') 4 .pipe(TSR('dot'))
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 2/29 approved changesets -- score normalized to 0
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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 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