with-open-file
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "with-open-file", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Do stuff with an open file, knowing it will finally be closed", | ||
@@ -5,0 +5,0 @@ "repository": "raphinesse/with-open-file", |
@@ -40,2 +40,6 @@ # with-open-file [![Build Status](https://travis-ci.org/raphinesse/with-open-file.svg?branch=master)](https://travis-ci.org/raphinesse/with-open-file) | ||
#### ...openArgs | ||
Arguments as supported by [`fs.openSync`](https://nodejs.org/api/fs.html#fs_fs_opensync_path_flags_mode) | ||
#### callback | ||
@@ -42,0 +46,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
3568
52