</>PackageGraphPackageGraph

until-async

npmv3.0.2TypeScript

Gracefully 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.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

9.0 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

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.

PackageWeekly downloadsDependentsLicenseLast release
until-asyncthis page01MIT11 months ago
@open-draft/until01MIT1 day ago
p-limit293.1M5MIT1 day ago
p-locate216.9M1MIT1 day ago
cross-fetch32.9M2MIT1 day ago
@expo/spawn-async09MIT1 day ago

Dependencies

Declared by until-async v3.0.2. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (6)

@ossjs/release ^0.8.1@rolldown/binding-darwin-arm64 1.0.0-beta.38publint ^0.3.13tsdown ^0.15.3typescript ^5.9.2vitest ^3.2.4

Used by

Popular packages that depend on until-async.

Relationship graph

Dependencies (left) and dependents (right) of until-async.

mswuntil-async
until-async dependencies dependents

Frequently installed together

Release history

1 release in the last two years.

Recent versions of until-async
VersionPublishedSizeLicense
3.0.2latest11 months ago9.0 KBMIT

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

Keywords

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.