
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
await-to-done
Advanced tools
Read this in other languages: English | 简体中文
# use pnpm
$ pnpm install await-to-done
# use npm
$ npm install await-to-done --save
import to from 'await-to-done'
const [err, data] = await to(/* promise function */)
const to = require('await-to-done')
const [err, data] = await to(/* promise function */)
import to from 'await-to-done'
const bar = () => new Promise<boolean>()
const foo = () => new Promise<string>()
const [err, data] = await to(bar(), foo()) // data = [boolean, string]
// or pass in an Array
const [err, data] = await to([bar(), foo()]) // data = [boolean, string]
<script src="https://unpkg.com/await-to-done@latest/dist/index.global.prod.js"></script>
<script>
;(async () => {
const to = window.awaitToDone
const [err, data] = await to(/* promise function */)
})()
</script>
Please open an issue here.
2024.05.30 v1.1.1
FAQs
Async await wrapper for easy error handling
We found that await-to-done demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.