batch-stream
batch-stream copied to clipboard
Transform a stream into batched items.
Snyk has created this PR to upgrade readable-stream from 1.0.34 to 1.1.14. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
When a stream contains a number of items that is not a strict multiply of the batch size, it results in some items that are not passed to then next...
The Readable `FakeStream` used for tests never ends. https://github.com/segmentio/batch-stream/blob/master/test/index.js#L14 It should push a `null` when the array's length is 0.
also added some tests