fastq
npmv1.20.3Fast, in memory work queue
Safe to adopt
Yes — fastq scores well across adoption, maintenance, weight, supply chain, and licensing. 122.5M downloads per week and 1 known dependents. Last published 12 days ago. 7 releases in the last 2 years.
- AAdoption: grade A, Excellent.
122.5M downloads per week and 1 known dependents.
- AMaintenance: grade A, Excellent.
Last published 12 days ago. 7 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 61 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
ISC — 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 fastq 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 fastq, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the fastq README.
'use strict'
const queue = require('fastq')(worker, 1)
queue.push(42, function (err, result) {
if (err) { throw err }
console.log('the result is', result)
})
function worker (arg, cb) {
cb(null, arg * 2)
}fastq vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
Dependencies
Declared by fastq v1.20.3. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (8)
Used by
Popular packages that depend on fastq.
Relationship graph
Dependencies (left) and dependents (right) of fastq.
Frequently installed together
An AST-based pattern checker for JavaScript.
A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.
TypeScript definitions for node
Release history
7 releases in the last two years, typically about 39 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.20.3latest | 12 days ago | 49 KB | ISC |
| 1.20.2 | 13 days ago | 77 KB | ISC |
| 1.20.1 | 8 months ago | 47 KB | ISC |
| 1.20.0 | 8 months ago | 47 KB | ISC |
| 1.19.1 | 1 year ago | 45 KB | ISC |
| 1.19.0 | 1 year ago | 43 KB | ISC |
| 1.18.0 | 1 year ago | 42 KB | ISC |
| 1.17.1 | 2 years ago | 41 KB | ISC |
| 1.17.0 | 2 years ago | 41 KB | ISC |
| 1.16.0 | 2 years ago | 39 KB | ISC |
| 1.15.0 | 3 years ago | 38 KB | ISC |
| 1.14.0 | 3 years ago | 37 KB | ISC |
| 1.13.0 | 5 years ago | 37 KB | ISC |
| 1.12.0 | 5 years ago | 36 KB | ISC |
| 1.11.1 | 5 years ago | 34 KB | ISC |
Overview
fastq is an npm package that fast, in memory work queue. It is extremely widely used, with about 122.5M downloads per week and 1 known dependents in the graph. The latest version is 1.20.3, released under the ISC license.
Who should use it
Teams working in the npm ecosystem who need fast, in memory work queue and value a battle-tested, widely-adopted solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Large, well-established user base (122.5M weekly downloads).
- Clear open-source license (ISC).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use fastq?
Yes — fastq scores well across adoption, maintenance, weight, supply chain, and licensing. 122.5M downloads per week and 1 known dependents. Last published 12 days ago. 7 releases in the last 2 years.
How do I install fastq?
Run `npm install fastq` to add fastq to your npm project.
How many dependencies does fastq have?
fastq declares 9 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 61 KB on disk.
What license is fastq released under?
fastq is distributed under the ISC license.
How popular is fastq?
fastq has approximately 122,529,889 downloads per week and 1 known dependent packages.
Is fastq still maintained?
The most recent release of fastq (v1.20.3) was published 12 days ago.
Does fastq run install scripts?
No. fastq does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.