</>PackageGraphPackageGraph

avvio

npmv9.3.0TypeScript

Asynchronous bootstrapping of Node applications

Safe to adopt

Yes — avvio scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 56 days ago. 3 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 56 days ago. 3 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 3 transitive packages, about 295 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 11 maintainers, and a contained dependency surface.

  • 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 avvio to a project.

2
Direct dependencies

Runtime packages this one declares itself.

3
Total installed

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

295 KB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

ISCMIT

Every license you inherit by installing avvio, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the avvio README.

'use strict'

const app = require('avvio')()

app
  .use(first, { hello: 'world' })
  .after((err, cb) => {
    console.log('after first and second')
    cb()
  })

app.use(third)

app.ready(function (err) {
Example truncated — see the full README.

avvio vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
avviothis page01MIT1 month ago
p-limit293.1M5MIT1 day ago
p-locate216.9M1MIT1 day ago
open130.4M4MIT1 day ago
fastq122.5M1ISC1 day ago
cross-fetch32.9M2MIT1 day ago

Dependencies

Declared by avvio v9.3.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (7)

@jsumners/line-reporter ^1.0.1@types/node ^26.0.0borp ^1.0.0c8 ^11.0.0eslint ^9.17.0neostandard ^0.13.0typescript ~6.0.2

Used by

Popular packages that depend on avvio.

Relationship graph

Dependencies (left) and dependents (right) of avvio.

fastq@fastify/errorfastifyavvio
avvio dependencies dependents

Frequently installed together

Release history

2 releases in the last two years, typically about 61 days apart.

Recent versions of avvio
VersionPublishedSizeLicense
9.3.0latest1 month ago198 KBMIT
9.2.06 months ago195 KBMIT
9.1.01 year ago177 KBMIT
9.0.02 years ago176 KBMIT
8.4.02 years ago177 KBMIT
9.0.0-pre.fv5.12 years ago176 KBMIT
8.3.22 years ago176 KBMIT
8.3.02 years ago175 KBMIT
8.2.13 years ago144 KBMIT
8.2.04 years ago143 KBMIT
7.2.54 years ago137 KBMIT
8.1.34 years ago143 KBMIT
8.1.24 years ago140 KBMIT
7.2.44 years ago134 KBMIT
7.2.34 years ago135 KBMIT

Overview

avvio is an npm package that asynchronous bootstrapping of Node applications. It has 1 known dependents in the graph. The latest version is 9.3.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need asynchronous bootstrapping of Node applications 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 avvio?

Yes — avvio scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 56 days ago. 3 releases in the last 2 years.

How do I install avvio?

Run `npm install avvio` to add avvio to your npm project.

How many dependencies does avvio have?

avvio declares 9 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 295 KB on disk.

What license is avvio released under?

avvio is distributed under the MIT license. Its dependency tree also includes: ISC, MIT.

How popular is avvio?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on avvio.

Is avvio still maintained?

The most recent release of avvio (v9.3.0) was published 1 month ago.

Does avvio run install scripts?

No. avvio does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.