Gathering detailed insights and metrics for yapool
Gathering detailed insights and metrics for yapool
Gathering detailed insights and metrics for yapool
Gathering detailed insights and metrics for yapool
npm install yapool
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
6 Stars
6 Commits
1 Forks
2 Watching
3 Branches
1 Contributors
Updated on 27 Feb 2022
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-31.7%
9,074
Compared to previous day
Last week
-18.2%
60,203
Compared to previous week
Last month
29.7%
275,777
Compared to previous month
Last year
6.2%
3,519,873
Compared to previous year
1
Note: if you are running code on a JS engine that has native JS Set
support, just use that. This is mostly historical at this point.
Yet Another object pool in JavaScript
Because yallist is sometimes too featureful, this is a very dead-simple linked-list pool thingie in JavaScript that lets you add and remove objects in a set.
Not suitable for very long lists, because all searches are O(n)
, but
for small n
, it has very low complexity.
p = new Pool()
Constructor takes no arguments
p.add(someObject)
put an object in the pool
p.length
return the number of things in the pool.
p.remove(someObject)
remove that object from the pool.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
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