node-stream-array
node-stream-array copied to clipboard
Pipe an Array through Node.js streams
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...