Gathering detailed insights and metrics for p-over-every
Gathering detailed insights and metrics for p-over-every
Gathering detailed insights and metrics for p-over-every
Gathering detailed insights and metrics for p-over-every
npm install p-over-every
Typescript
Module System
Node Version
NPM Version
60.3
Supply Chain
60.3
Quality
74.7
Maintenance
100
Vulnerability
100
License
JavaScript (50%)
JavaScript (50%)
Total Downloads
1,403
Last Day
1
Last Week
3
Last Month
16
Last Year
147
2 Stars
1 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Apr 14, 2020
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
p-over-every@1.0.0
Size
977.00 B
NPM Version
5.3.0
Node Version
8.2.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-25%
3
Compared to previous week
Last Month
6.7%
16
Compared to previous month
Last Year
79.3%
147
Compared to previous year
1
overEvery
for Promises (async, no concurrency)
Accepts synchronous and asynchronous (promise-returning) predicates.
It calls functions in order, that is, put your sync predicates at the beginning to optimize for execution time.
1const isPair = x => x % 2 2const isGtFour = x => Promise.resolve(x > 4) 3const predicates = [isPair, isGtFour] 4pOverEvery(predicates)(5).then(/* true */)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/1 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
43 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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