node-stream-array icon indicating copy to clipboard operation
node-stream-array copied to clipboard

Pipe an Array through Node.js streams

Results 3 node-stream-array issues
Sort by recently updated
recently updated
newest added

Also remove readable-stream as a dependency (assuming non EoL Node.js)

Most, if not all streams are asynchronous, this one is not. If a big array is used it is streamed completely in the same tick and blocks all other events...

Let’s get started with automated dependency management for node-stream-array :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper