+1
-1
@@ -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) { |
+1
-1
| { | ||
| "name": "pump", | ||
| "version": "3.0.2", | ||
| "version": "3.0.3", | ||
| "repository": "git://github.com/mafintosh/pump.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
8803
0.47%