Gathering detailed insights and metrics for sb-promise-queue
Gathering detailed insights and metrics for sb-promise-queue
Gathering detailed insights and metrics for sb-promise-queue
Gathering detailed insights and metrics for sb-promise-queue
npm install sb-promise-queue
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
20 Commits
1 Forks
2 Watchers
11 Branches
1 Contributors
Updated on Jan 06, 2025
Latest Version
2.1.1
Package Id
sb-promise-queue@2.1.1
Unpacked Size
8.41 kB
Size
2.89 kB
File Count
6
NPM Version
10.9.0
Node Version
22.11.0
Published on
Jan 06, 2025
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
4
Promise queue with a nice API.
npm install --save sb-promise-queue
1interface Options { 2 concurrency?: number 3} 4 5class PromiseQueue { 6 constructor(options: Options = {concurrency: 1}); 7 8 clear() 9 onIdle(callback: Function): Function 10 // call the return value function to remove listener 11 waitTillIdle(): Promise<void> 12 add(callback: Function) 13} 14 15export { PromiseQueue }
The contents of this repository/package are licensed under the terms of The MIT License. See the LICENSE file for more info.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
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
Reason
24 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