upgrade-utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,2 +0,2 @@ | ||
var fs = require('fs') | ||
var fs = require('graceful-fs') | ||
var async = require('async') | ||
@@ -20,6 +20,2 @@ var path = require('path') | ||
if (err) { | ||
if (err.code === 'EMFILE') { | ||
console.error('Too many files, increase your OS limit') | ||
process.exit(1) | ||
} | ||
throw err | ||
@@ -26,0 +22,0 @@ } |
{ | ||
"name": "upgrade-utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A tool to help with the process of upgrading modules to the latest version of Node.js latest Node version (currently v4), replacing old NAN C++ bindings and adjusting for Node.js API changes", | ||
@@ -38,2 +38,3 @@ "main": "index.js", | ||
"diff": "^2.1.0", | ||
"graceful-fs": "^4.1.2", | ||
"handlebars": "^4.0.2", | ||
@@ -40,0 +41,0 @@ "marked": "^0.3.5", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
81900
9
740
+ Addedgraceful-fs@^4.1.2
+ Addedgraceful-fs@4.2.11(transitive)