From d58bb6069beac3017a60e8eb87ce76ce9a706981 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 20 Jan 2020 12:09:14 -0800 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9bbc33..6365028 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # reserve-fs +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FArnaudBuchholz%2Freserve-fs.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FArnaudBuchholz%2Freserve-fs?ref=badge_shield) + File system mapper for [REserve](https://npmjs.com/package/reserve). It makes Node.js' [fs](https://nodejs.org/api/fs.html) APIs available in the browser. @@ -53,3 +55,7 @@ The following APIs are supported. A promisified version of each method is provid * [`fs.rmdir`](https://nodejs.org/api/fs.html#fs_fs_rmdir_path_options_callback) * [`fs.unlink`](https://nodejs.org/api/fs.html#fs_fs_unlink_path_callback) * [`fs.writeFile`](https://nodejs.org/api/fs.html#fs_fs_writefile_file_data_options_callback): `file` must be a file name, `data` is a string + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FArnaudBuchholz%2Freserve-fs.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FArnaudBuchholz%2Freserve-fs?ref=badge_large) \ No newline at end of file