concat-stream
concat-stream copied to clipboard
writable stream that concatenates strings or data and calls a callback with the result
- Updated to lowest LTS (node 8+) - Changed the main function to a class - Got rid of inherit - Made all test file use `new` - Got rid...
just want to suggest to you that there now is a built in nodejs version that can concat streams and iterators to a single buffer I brought it to [userland](https://www.npmjs.com/package/stream-consumers)
Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.
One of the dependencies of 1.6.* has a security vulnerability that GitHub constantly warns about. It's not in 2.* - it's `disparity`. Unfortunately, the fix to `diff` was incorrectly applied...
Not being used anywhere. Or, should it be used [here](https://github.com/maxogden/concat-stream/blob/9c14e0eb65c966a307afc4f73e0f905dcdc0a675/index.js#L48)?
The doc says > Since concat-stream is not itself a stream it does not emit errors Making `concat-stream` would make it trivial to get the errors down from the pipeline....
Hey from Node.js here!, Starting on Node 10 this package will emit deprecation warnings. See [this guide](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) on what you should do in order to migrate to `Buffer.alloc`/`Buffer.from`. See https://github.com/nodejs/node/issues/19079...
Today I got a message from https://nodesecurity.io: **142 - Buffer Overread** **Vulnerable:** All - **Patched:** None - **Path:** [email protected] > [email protected] **How to fix** Consider using the _--zero-fill-buffers_ command line...
Fixed the formatting so that package.json can pass the [package.json validator ](http://package-json-validator.com/). The previous version was failing with the error: `{ "valid": false, "errors": [ "Type for field engines, was...