Gathering detailed insights and metrics for p-pipe
Gathering detailed insights and metrics for p-pipe
Gathering detailed insights and metrics for p-pipe
Gathering detailed insights and metrics for p-pipe
Compose promise-returning & async functions into a reusable pipeline
npm install p-pipe
99.4
Supply Chain
82.8
Quality
75.5
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
122 Stars
23 Commits
16 Forks
6 Watching
1 Branches
6 Contributors
Updated on 13 Oct 2024
Minified
Minified + Gzipped
TypeScript (50.76%)
JavaScript (49.24%)
Cumulative downloads
Total Downloads
Last day
-6.2%
401,197
Compared to previous day
Last week
1.9%
2,376,742
Compared to previous week
Last month
13.3%
9,760,429
Compared to previous month
Last year
-11.9%
106,556,244
Compared to previous year
Compose promise-returning & async functions into a reusable pipeline
$ npm install p-pipe
1import pPipe from 'p-pipe'; 2 3const addUnicorn = async string => `${string} Unicorn`; 4const addRainbow = async string => `${string} Rainbow`; 5 6const pipeline = pPipe(addUnicorn, addRainbow); 7 8console.log(await pipeline('❤️')); 9//=> '❤️ Unicorn Rainbow'
The input
functions are applied from left to right.
Type: Function
Expected to return a Promise
or any value.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 5/23 approved changesets -- score normalized to 2
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
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