checkpoint-stream

JSON →
library 0.1.2 ·javascript maintenance
verified Jun 7, 2026

Queue data from a stream until a checkpoint condition is met. Version 0.1.2. A transform stream that buffers incoming data until a user-defined function returns true for a checkpoint, then flushes the buffer. Useful for handling retries in streaming APIs with periodic tokens. Built on through2. Minimal API with configurable max queue size and object mode. No known active development.