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 1.0.3 to 2.0.0

2

index.js

@@ -77,5 +77,5 @@ var once = require('once')

return streams.reduce(pipe)
streams.reduce(pipe)
}
module.exports = pump
{
"name": "pump",
"version": "1.0.3",
"version": "2.0.0",
"repository": "git://github.com/mafintosh/pump.git",

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

@@ -35,3 +35,3 @@ var pump = require('./index')

pump(rs, toHex(), toHex(), toHex(), ws, function () {
var res = pump(rs, toHex(), toHex(), toHex(), ws, function () {
callbackCalled = true

@@ -41,2 +41,6 @@ check()

if (res) {
process.exit(1);
}
setTimeout(function () {

@@ -43,0 +47,0 @@ rs.destroy()

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