Socket
Socket
Sign inDemoInstall

pump

Package Overview
Dependencies
3
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

2

index.js

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

var isFS = function(stream) {
return (stream instanceof (fs.ReadStream || noop) || stream instanceof fs.WriteStream) && isFn(stream.close);
return (stream instanceof (fs.ReadStream || noop) || stream instanceof (fs.WriteStream || noop)) && isFn(stream.close);
};

@@ -15,0 +15,0 @@

{
"name": "pump",
"version": "0.3.3",
"version": "0.3.4",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc