Socket
Socket
Sign inDemoInstall

@absolunet/fss

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolunet/fss - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

2

index.js

@@ -11,2 +11,4 @@ //--------------------------------------------------------

module.exports = {
chmod: fs.chmodSync,
chown: fs.chownSync,
exists: fs.existsSync,

@@ -13,0 +15,0 @@ readdir: fs.readdirSync,

4

package.json
{
"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).

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc