Codebase list node-pump / 780eb90
New upstream snapshot. Debian Janitor 2 years ago
4 changed file(s) with 14 addition(s) and 3 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)
0 node-pump (3.0.0-5) UNRELEASED; urgency=medium
0 node-pump (3.0.0+git20200702.1.1a27827-1) UNRELEASED; urgency=medium
11
22 * Remove constraints unnecessary since stretch:
33 + Build-Depends: Drop versioned constraint on node-once.
44 + node-pump: Drop versioned constraint on node-once in Depends.
5 * New upstream snapshot.
56
6 -- Debian Janitor <janitor@jelmer.uk> Wed, 21 Apr 2021 12:16:37 -0000
7 -- Debian Janitor <janitor@jelmer.uk> Tue, 08 Jun 2021 13:39:24 -0000
78
89 node-pump (3.0.0-4) unstable; urgency=medium
910