Gathering detailed insights and metrics for beeper
Gathering detailed insights and metrics for beeper
Gathering detailed insights and metrics for beeper
Gathering detailed insights and metrics for beeper
npm install beeper
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
132 Stars
26 Commits
9 Forks
8 Watching
1 Branches
6 Contributors
Updated on 18 Jul 2024
JavaScript (92.3%)
TypeScript (7.7%)
Cumulative downloads
Total Downloads
Last day
7.5%
170,280
Compared to previous day
Last week
5.3%
999,276
Compared to previous week
Last month
27.4%
3,742,764
Compared to previous month
Last year
-10.7%
35,356,228
Compared to previous year
1
Make your terminal beep
Useful as an attention grabber. For example, when an error happens.
$ npm install beeper
1import beeper from 'beeper'; 2 3await beeper(); 4// beep one time 5 6await beeper(3); 7// beep three times 8 9await beeper('****-*-*'); 10// beep, beep, beep, beep, pause, beep, pause, beep
It will not beep if stdout is not TTY or if the user supplies the --no-beep
flag.
Returns a Promise<void>
that is resolved after the melody has ended.
Type: number
Default: 1
How many times you want it to beep.
Type: string
Construct your own melody by supplying a string of *
for beep -
for pause.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 5/23 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
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