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 0.2.3 to 0.3.0

1

index.js

@@ -43,3 +43,2 @@ var once = require('once');

if (isFn(stream.destroy)) return stream.destroy();
if (isFn(stream.close)) return stream.close();

@@ -46,0 +45,0 @@ callback(err || new Error('stream was destroyed'));

2

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

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

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