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.0.3 to 0.1.0

1

index.js

@@ -166,2 +166,3 @@ /**

} catch (e) {
if (e.code === 'EEXIST') continue;
return e;

@@ -168,0 +169,0 @@ }

6

package.json
{
"name": "co-fs-plus",
"version": "0.0.3",
"description": "'co-fs' plus, supports `fs.walk`, `fs.mkdirp` etc.",
"version": "0.1.0",
"description": "co-fs plus, supports `fs.walk`, `fs.mkdirp` etc.",
"keywords": [

@@ -31,3 +31,3 @@ "async",

"co": "^3.0.4",
"co-fs": "^1.1.1"
"co-fs": "^1.2.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -23,2 +23,1 @@ var co = require('co');

});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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