{"library":"stream-concat","type":"library","category":null,"description":"The `stream-concat` library provides a simple and efficient mechanism for concatenating multiple Node.js readable streams into a single output readable stream. Currently at version `2.0.0`, it maintains an active development status, though a specific release cadence isn't explicitly defined. A core differentiator is its ability to handle streams in two ways: either by accepting an array of pre-existing streams or, more efficiently, by using a user-supplied function that returns the next stream on demand. This 'on-the-fly' stream creation significantly reduces memory consumption and improves performance, particularly when dealing with large datasets or numerous files, by preventing all streams from being buffered simultaneously. It builds upon Node.js's `Transform` stream, leveraging its underlying options like `highWaterMark` and `objectMode` for fine-grained control over stream behavior.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","node","stream","concat","streams","concatenation"],"install":[{"cmd":"npm install stream-concat","imports":["const StreamConcat = require('stream-concat');"]},{"cmd":"yarn add stream-concat","imports":[]},{"cmd":"pnpm add stream-concat","imports":[]}],"homepage":null,"github":"https://github.com/sedenardi/node-stream-concat","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/stream-concat","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/stream-concat/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}