Gathering detailed insights and metrics for unthenify
Gathering detailed insights and metrics for unthenify
Gathering detailed insights and metrics for unthenify
Gathering detailed insights and metrics for unthenify
npm install unthenify
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
23 Commits
3 Watching
5 Branches
2 Contributors
Updated on 12 Dec 2023
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
300%
4
Compared to previous day
Last week
100%
4
Compared to previous week
Last month
-33.3%
16
Compared to previous month
Last year
-10.2%
255
Compared to previous year
1
Callbackify a promise function. The logical reverse of
thenify
.
1npm install unthenify --save
Wrap a function that usually returns a promise to accept callbacks.
1import { unthenify } from 'unthenify' 2 3const handler = unthenify(async function (payload) { 4 // Do something... 5 6 return true 7}) 8 9// Use with callback-style. 10handler({}, function (err, result) { 11 console.log(err, result) //=> undefined, true 12})
Apache 2.0
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
Found 4/20 approved changesets -- score normalized to 2
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
Reason
27 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