Gathering detailed insights and metrics for mute-stdout
Gathering detailed insights and metrics for mute-stdout
Gathering detailed insights and metrics for mute-stdout
Gathering detailed insights and metrics for mute-stdout
npm install mute-stdout
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
9 Stars
15 Commits
3 Forks
7 Watching
1 Branches
3 Contributors
Updated on 12 Nov 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-4.1%
287,819
Compared to previous day
Last week
5.7%
1,562,111
Compared to previous week
Last month
16.5%
6,099,693
Compared to previous month
Last year
7.7%
63,563,745
Compared to previous year
7
Mute and unmute stdout.
1var stdout = require('mute-stdout'); 2 3stdout.mute(); 4 5console.log('will not print'); 6 7stdout.unmute(); 8 9console.log('will print');
Mutes the process.stdout
stream by replacing the write
method with a no-op function.
Unmutes the process.stdout
stream by restoring the original write
method.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 1/14 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
detected GitHub workflow tokens with excessive permissions
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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