You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

co-fs-plus

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-fs-plus - npm Package Compare versions

Comparing version

to
0.3.1

@@ -17,3 +17,3 @@ /**

var oreaddir = ofs.readdir; // Original `fs.readdir`
var ostat = ofs.stat; // Oreaddir `fs.stat`
var olstat = ofs.lstat; // Oreaddir `fs.lstat`

@@ -54,3 +54,3 @@ /**

return function (done) {
fs.lstat(path, function (err, stat) {
olstat(path, function (err, stat) {
if (err) return done(err);

@@ -57,0 +57,0 @@ co(function *() {

{
"name": "co-fs-plus",
"version": "0.3.0",
"version": "0.3.1",
"description": "co-fs plus, supports `fs.walk` `fs.mkdirp` `fs.rimraf` etc.",

@@ -5,0 +5,0 @@ "keywords": [