stream-chain icon indicating copy to clipboard operation
stream-chain copied to clipboard

Chain functions as transform streams.

Results 7 stream-chain issues
Sort by recently updated
recently updated
newest added

To create a chain with input as a readable stream, the first element of the constructor's streamItem[] can be a `readable stream`. However, it would be great to have the...

question

It looks like the type definitions are out of date and missing the `final` function at a minimum. Would be great if those could be updated.

enhancement
help wanted

Bumps [tape-six](https://github.com/uhop/tape-six) from 0.9.3 to 0.9.5. Commits 466408c New version: 0.9.5. 976b614 Updated release notes. a671df2 More spelling. d6bf9b1 Updated deps, added test runners for Bun and Deno. f00892b More...

dependencies

We tried to bump our `stream-chain` from 2.2.5 to 3.4.0 but encountered an error where the `.on('finish', () => ...` never gets called anymore. A min recreation as follows: Code...

bug

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.10.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.5&new-version=22.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2. Release notes Sourced from typescript's releases. TypeScript 5.7 For release notes, check out the release announcement. fixed issues query for Typescript 5.7.0 (Beta). fixed...

dependencies

Fixes: https://github.com/uhop/stream-chain/issues/29 use util from node.js source code https://github.com/nodejs/node/blob/f552c86fecd6c2ba9e832ea129b731dd63abdbe2/lib/internal/streams/utils.js#L80-L106