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
Callbackify a promise function. The logical reverse of `thenify`.
npm install unthenify
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
23 Commits
2 Watchers
5 Branches
2 Contributors
Updated on Dec 12, 2023
Latest Version
2.0.0
Package Id
unthenify@2.0.0
Size
3.44 kB
NPM Version
5.5.1
Node Version
9.2.1
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
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
29 existing vulnerabilities detected
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