avvio
npmv9.3.0TypeScriptAsynchronous 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.
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.
Licenses in the dependency tree
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) {avvio 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 |
|---|---|---|---|---|
| avviothis page | 0 | 1 | MIT | 1 month ago |
| p-limit | 293.1M | 5 | MIT | 1 day ago |
| p-locate | 216.9M | 1 | MIT | 1 day ago |
| open | 130.4M | 4 | MIT | 1 day ago |
| fastq | 122.5M | 1 | ISC | 1 day ago |
| cross-fetch | 32.9M | 2 | MIT | 1 day ago |
Dependencies
Declared by avvio v9.3.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Dev (7)
Used by
Popular packages that depend on avvio.
Relationship graph
Dependencies (left) and dependents (right) of avvio.
Frequently installed together
An HTTP/1.1 client, written from scratch for Node.js
Create HTTP error objects
An AST-based pattern checker for JavaScript.
Manipulate the HTTP Vary header
Really Fast Deep Clone
Build and manage the fast-json-stringify instances for the fastify framework
Fake HTTP injection library
LRU and FIFO caches for Client or Server
Build and manage the AJV instances for the fastify framework
A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.
Determine the address of a proxied request
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Release history
2 releases in the last two years, typically about 61 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 9.3.0latest | 1 month ago | 198 KB | MIT |
| 9.2.0 | 6 months ago | 195 KB | MIT |
| 9.1.0 | 1 year ago | 177 KB | MIT |
| 9.0.0 | 2 years ago | 176 KB | MIT |
| 8.4.0 | 2 years ago | 177 KB | MIT |
| 9.0.0-pre.fv5.1 | 2 years ago | 176 KB | MIT |
| 8.3.2 | 2 years ago | 176 KB | MIT |
| 8.3.0 | 2 years ago | 175 KB | MIT |
| 8.2.1 | 3 years ago | 144 KB | MIT |
| 8.2.0 | 4 years ago | 143 KB | MIT |
| 7.2.5 | 4 years ago | 137 KB | MIT |
| 8.1.3 | 4 years ago | 143 KB | MIT |
| 8.1.2 | 4 years ago | 140 KB | MIT |
| 7.2.4 | 4 years ago | 134 KB | MIT |
| 7.2.3 | 4 years ago | 135 KB | MIT |
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
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.