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

co-fs-extra

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-fs-extra - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "co-fs-extra",
"version": "1.0.0",
"version": "1.0.1",
"description": "fs-extra for 'co'",

@@ -28,4 +28,4 @@ "author": {

"fs-extra": "~0.12.0",
"thunkify-wrap": "~1.0.2"
"thunkify-wrap": "~1.0.4"
}
}

@@ -23,3 +23,3 @@ [![NPM](https://nodei.co/npm/co-fs-extra.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/co-fs-extra/)

var json = yield fs.readFile('package.json', 'utf8')
var file = yield fs.ensureFile('htllo.txt')
var file = yield fs.ensureFile('hello.txt')
```

@@ -26,0 +26,0 @@

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