@absolunet/fss
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -11,2 +11,4 @@ //-------------------------------------------------------- | ||
module.exports = { | ||
chmod: fs.chmodSync, | ||
chown: fs.chownSync, | ||
exists: fs.existsSync, | ||
@@ -13,0 +15,0 @@ readdir: fs.readdirSync, |
{ | ||
"name": "@absolunet/fss", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "fs / fs-extra sync wrapper", | ||
@@ -20,3 +20,3 @@ "definition": "", | ||
"engines": { | ||
"node": ">= 8.5.0" | ||
"node": ">= 8.6.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
@@ -29,2 +29,8 @@ # @absolunet/fss | ||
### chmod(path) | ||
Maps [`fs.chmodSync`](https://nodejs.org/api/fs.html#fs_fs_chmodsync_path_mode). | ||
### chown(path) | ||
Maps [`fs.chownSync`](https://nodejs.org/api/fs.html#fs_fs_chownsync_path_uid_gid). | ||
### copy(src, dest, [options]) | ||
@@ -31,0 +37,0 @@ Maps [`fsExtra.copySync`](https://github.com/jprichardson/node-fs-extra/blob/master/docs/copy-sync.md). |
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
4992
23
94