Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fs-access", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js 0.12 fs.access() & fs.accessSync() ponyfill", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# fs-access [![Build Status](https://travis-ci.org/sindresorhus/fs-access.svg?branch=master)](https://travis-ci.org/sindresorhus/fs-access) | ||
> Node.js 0.12 [`fs.access()`](https://nodejs.org/api/fs.html#fs_fs_access_path_mode_callback) & [`fs.accessSync()`](https://nodejs.org/api/fs.html#fs_fs_accesssync_path_mode) ponyfill | ||
> Node.js 0.12 [`fs.access()`](https://nodejs.org/api/fs.html#fs_fs_access_path_mode_callback) & [`fs.accessSync()`](https://nodejs.org/api/fs.html#fs_fs_accesssync_path_mode) [ponyfill](https://ponyfill.com) | ||
> Ponyfill: A polyfill that doesn't overwrite the native method | ||
## Install | ||
@@ -48,3 +46,3 @@ | ||
Only the `F_OK` mode is supported for now. [Help welcome for additional modes.](https://github.com/sindresorhus/awesome-electron/issues/1) | ||
Only the `F_OK` mode is supported for now. [Help welcome for additional modes.](https://github.com/sindresorhus/fs-access/issues/1) | ||
@@ -51,0 +49,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
3706
321405
52