Gathering detailed insights and metrics for swiss-army-knifey-ramda
Gathering detailed insights and metrics for swiss-army-knifey-ramda
Gathering detailed insights and metrics for swiss-army-knifey-ramda
Gathering detailed insights and metrics for swiss-army-knifey-ramda
npm install swiss-army-knifey-ramda
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
70 Commits
1 Watchers
9 Branches
1 Contributors
Updated on Feb 24, 2025
Latest Version
1.0.0
Package Id
swiss-army-knifey-ramda@1.0.0
Unpacked Size
60.93 kB
Size
11.26 kB
File Count
20
NPM Version
11.1.0
Node Version
23.2.0
Published on
Feb 10, 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
Tools you could have gotten somewhere else, but you still decided to go this way.
Added typings to composeWithPromise
1 it('should await and return a composed result', async function() { 2 const paramToProp = (param: string) => ({ param }); 3 const sleepingSentence = (s: number) => async ({ param }: { param: string }) => { 4 const d1 = new Date(); 5 await sleep(s, TimeUnit.second); 6 const d2 = new Date(); 7 return `a_[${param}], slept for: ${d2.getTime() - d1.getTime()}`; 8 }; 9 const toUp = async (param: string) => param.toUpperCase(); 10 const removeStart = async (param: string) => param.slice(1); 11 const composed = composeWithPromise( 12 removeStart, 13 sleepingSentence(1), 14 paramToProp, 15 toUp, 16 sleepingSentence(2), 17 paramToProp 18 ); 19 return expect(composed('hey')).to.eventually.match(/_\[A_\[HEY\], SLEPT FOR: \d{4}\], slept for: \d{3,4}$/g); 20 });
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
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
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
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