Socket
Socket
Sign inDemoInstall

pump

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pump - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

.github/FUNDING.yml

6

index.js
var once = require('once')
var eos = require('end-of-stream')
var fs = require('fs') // we only need fs to get the ReadStream and WriteStream prototypes
var fs
try {
fs = require('fs') // we only need fs to get the ReadStream and WriteStream prototypes
} catch {}
var noop = function () {}

@@ -6,0 +10,0 @@ var ancient = /^v?\.0/.test(process.version)

2

package.json
{
"name": "pump",
"version": "3.0.0",
"version": "3.0.1",
"repository": "git://github.com/mafintosh/pump.git",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -56,2 +56,5 @@ # pump

Note that `pump` attaches error handlers to the streams to do internal error handling, so if `s2` emits an
error in the above scenario, it will not trigger a `proccess.on('uncaughtException')` if you do not listen for it.
If you want to return a stream that combines *both* s1 and s2 to a single stream use

@@ -67,1 +70,7 @@ [pumpify](https://github.com/mafintosh/pumpify) instead.

`pump` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
## For enterprise
Available as part of the Tidelift Subscription.
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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc