You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pump

Package Overview
Dependencies
Maintainers
1
Versions
29
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.2
to
3.0.3
+1
-1
index.js

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

var noop = function () {}
var ancient = /^v?\.0/.test(process.version)
var ancient = typeof process === 'undefined' ? false : /^v?\.0/.test(process.version)

@@ -13,0 +13,0 @@ var isFn = function (fn) {

{
"name": "pump",
"version": "3.0.2",
"version": "3.0.3",
"repository": "git://github.com/mafintosh/pump.git",

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