Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

co-fs-plus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-fs-plus - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

13

index.js

@@ -64,5 +64,4 @@ /**

}
done(null, arr);
arr = null;
})();
return arr;
})(done);
});

@@ -112,4 +111,4 @@ };

}
done(null, arr);
})();
return arr;
})(done);
});

@@ -181,4 +180,4 @@ };

if (err) res.error = res;
done(null, res);
})();
return res;
})(done);
};

@@ -185,0 +184,0 @@ }

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc