This package has been renamed to d3-queue. It provided an asynchronous queue with configurable concurrency for managing task execution order and parallelism. The latest version is 1.2.1, but no further development occurs. Users should migrate to d3-queue, which is maintained as part of the D3 ecosystem. The original queue-async differs from alternatives like async.queue by offering a simpler API and integration with D3's deferred pattern.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Replace require('queue-async') with import from 'd3-queue'.
CommonJS users should update to require('d3-queue') and destructure queue.
The default export is now from 'd3-queue'.
Demonstrates migrating from queue-async to d3-queue with concurrency control and async task deferral.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.