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

safefs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safefs - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "safefs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Say goodbye to EMFILE errors! Open only as many files as the operating system supports",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/safefs",

@@ -35,3 +35,2 @@ # Safe FS [![Build Status](https://secure.travis-ci.org/bevry/safefs.png?branch=master)](http://travis-ci.org/bevry/safefs)

});
```

@@ -58,4 +57,2 @@ // If we're working with an asynchronous function, it'll look like this

Arguments denoted with `?` are optional.
- Custom methods:

@@ -65,12 +62,12 @@ - `openFile(next)`

- Wrapped fs/path methods:
- `readFile(path, options?, next)`
- `writeFile(path, data, options?, next)`
- `appendFile(path, data, options?, next)`
- `mkdir(path, mode?, next)`
- `stat(path, next)`
- `readdir(path, next)`
- `unlink(path, next)`
- `rmdir(path, next)`
- `exists(path, next)`
- `existsSync(path)`
- `readFile`
- `writeFile`
- `appendFile`
- `mkdir`
- `stat`
- `readdir`
- `unlink`
- `rmdir`
- `exists`
- `existsSync`

@@ -77,0 +74,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