until-async
npmv3.0.2TypeScriptGracefully handle a Promise using async/await.
Safe to adopt
Yes — until-async scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 354 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 354 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 9.0 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding until-async to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- No constraint declared
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the until-async README.
async function getUser(id) {
const data = await fetchUser(id)
// Work with "data"...
}until-async vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| until-asyncthis page | 0 | 1 | MIT | 11 months ago |
| @open-draft/until | 0 | 1 | MIT | 1 day ago |
| p-limit | 293.1M | 5 | MIT | 1 day ago |
| p-locate | 216.9M | 1 | MIT | 1 day ago |
| cross-fetch | 32.9M | 2 | MIT | 1 day ago |
| @expo/spawn-async | 0 | 9 | MIT | 1 day ago |
Dependencies
Declared by until-async v3.0.2. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (6)
Used by
Popular packages that depend on until-async.
Relationship graph
Dependencies (left) and dependents (right) of until-async.
Frequently installed together
A collection of essential TypeScript types
An extremely fast JavaScript and CSS bundler and minifier.
An HTTP/1.1 client, written from scratch for Node.js
Prettier is an opinionated code formatter
Promise based HTTP client for the browser and node.js
Fast, unopinionated, minimalist web framework
Next generation testing framework powered by Vite
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
A Query Language and Runtime which can target any service.
Universal WHATWG Fetch API for Node, Browsers and React Native
Low-level network interception library for Node.js.
A native "Headers" class polyfill.
Release history
1 release in the last two years.
| Version | Published | Size | License |
|---|---|---|---|
| 3.0.2latest | 11 months ago | 9.0 KB | MIT |
Overview
until-async is an npm package that gracefully handle a Promise using async/await. It has 1 known dependents in the graph. The latest version is 3.0.2, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need gracefully handle a Promise using async/await and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Funding
Frequently asked questions
Should I use until-async?
Yes — until-async scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 354 days ago.
How do I install until-async?
Run `npm install until-async` to add until-async to your npm project.
What license is until-async released under?
until-async is distributed under the MIT license.
How popular is until-async?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on until-async.
Is until-async still maintained?
The most recent release of until-async (v3.0.2) was published 11 months ago.
Does until-async run install scripts?
No. until-async does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.