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.2.0 to 0.3.0

11

index.js

@@ -11,7 +11,8 @@ //--------------------------------------------------------

module.exports = {
exists: fs.existsSync,
readdir: fs.readdirSync,
readFile: fs.readFileSync,
realpath: fs.realpathSync,
symlink: fs.symlinkSync,
exists: fs.existsSync,
readdir: fs.readdirSync,
readFile: fs.readFileSync,
realpath: fs.realpathSync,
symlink: fs.symlinkSync,
writeFile: fs.writeFileSync,

@@ -18,0 +19,0 @@ copy: fsx.copySync,

{
"name": "@absolunet/fss",
"version": "0.2.0",
"name": "@absolunet/fss",
"version": "0.3.0",
"description": "fs / fs-extra sync wrapper",
"definition": "",
"homepage": "https://github.com/absolunet/node-fss",
"author": { "name": "Absolunet", "url": "http://absolunet.com/" },
"license": "MIT",
"repository": { "url": "git://github.com/absolunet/node-fss.git", "type":"git" },
"bugs": { "url": "https://github.com/absolunet/node-fss/issues" },
"engines": { "node": ">= 7.9.0" },
"definition": "",
"homepage": "https://github.com/absolunet/node-fss",
"author": {
"name": "Absolunet",
"url": "http://absolunet.com/"
},
"license": "MIT",
"repository": {
"url": "git://github.com/absolunet/node-fss.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/absolunet/node-fss/issues"
},
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"@absolunet/tester": "0.0.5"
},
"dependencies": {
"fs-extra": "^2.1.2"
"fs-extra": "^3.0.1"
}
}
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