https://www.npmjs.com/package/pump has similar features to multipipe, but also handles closing streams in the pipe on error.
It seems to be a nice feature for multipipe.
The issue being that destroy is not part of the Stream2/3 official API, but it's still useful for streams that support this.
Are there plans to add this to multipipe? pump has less tests than multipipe, and 2 times less downloads per months on npmjs.org
https://www.npmjs.com/package/pump has similar features to
multipipe, but also handles closing streams in the pipe on error.It seems to be a nice feature for
multipipe.The issue being that
destroyis not part of the Stream2/3 official API, but it's still useful for streams that support this.Are there plans to add this to
multipipe?pumphas less tests thanmultipipe, and 2 times less downloads per months on npmjs.org