Comparing version 2.0.0 to 2.0.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8725
92