Codebase list node-pump / 3aeb59b
Import upstream version 3.0.0+git20200702.1.1a27827 Debian Janitor 2 years ago
3 changed file(s) with 11 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 github: mafintosh
1 tidelift: "npm/pump"
+0
-1
.gitignore less more
0 node_modules
5252 return pump(s1, s2) // returns s2
5353 ```
5454
55 Note that `pump` attaches error handlers to the streams to do internal error handling, so if `s2` emits an
56 error in the above scenario, it will not trigger a `proccess.on('uncaughtException')` if you do not listen for it.
57
5558 If you want to return a stream that combines *both* s1 and s2 to a single stream use
5659 [pumpify](https://github.com/mafintosh/pumpify) instead.
5760
6265 ## Related
6366
6467 `pump` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
68
69 ## For enterprise
70
71 Available as part of the Tidelift Subscription.
72
73 The maintainers of pump and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-pump?utm_source=npm-pump&utm_medium=referral&utm_campaign=enterprise)