queue-tick

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

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.