queue-tick v1.0.1 is a minimal shim that schedules a callback on the next tick, preferring process.nextTick in Node.js (for broader compatibility) and falling back to queueMicrotask in browsers. It's stable, has no dependencies, and is ideal for micro-libraries needing a reliable nextTick across environments without polyfills. Last updated in 2022; release cadence is low as it's feature-complete.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Default export only; named import will give undefined.
CommonJS default import, no destructuring.
Namespace import not supported; use default import.
Demonstrates scheduling a callback on the next tick using queue-tick, showing that the callback executes after the current synchronous code.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.