New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

safefs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safefs - npm Package Compare versions

Comparing version 8.2.0 to 8.3.0-next.1700120101.40737ec3aeb4ea010ffa815ba5f2f47b31ee8c88

SECURITY.md

20

package.json
{
"title": "Safe FS",
"name": "safefs",
"version": "8.2.0",
"version": "8.3.0-next.1700120101.40737ec3aeb4ea010ffa815ba5f2f47b31ee8c88",
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.",

@@ -95,9 +95,9 @@ "homepage": "https://github.com/bevry/safefs",

"graceful-fs": "^4.2.11",
"version-compare": "^3.1.0"
"version-compare": "^3.2.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.2.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",

@@ -107,10 +107,10 @@ "eslint-plugin-babel": "^5.3.1",

"jsdoc": "^4.0.2",
"kava": "^7.0.0",
"kava": "^7.1.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",
"projectz": "^3.0.0",
"surge": "^0.23.1",
"valid-directory": "^4.1.0"
"valid-directory": "^4.2.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "printf '%s\n' 'no need for this project'",

@@ -121,3 +121,3 @@ "our:deploy": "printf '%s\n' 'no need for this project'",

"our:meta:docs": "npm run our:meta:docs:jsdoc",
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
"our:meta:docs:jsdoc": "rm -rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -rf ./docs/$npm_package_name/$npm_package_version",
"our:meta:projectz": "projectz compile",

@@ -149,2 +149,2 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

}
}
}

@@ -57,4 +57,16 @@ <!-- TITLE/ -->

If you want promises and a non-conflicting API, use [@bevry/file](https://github.com/bevry/file).
If you want promises and a non-conflicting API, use these instead:
- [@bevry/fs-accessible](https://github.com/bevry/fs-accessible)
- [@bevry/fs-executable](https://github.com/bevry/fs-executable)
- [@bevry/fs-list](https://github.com/bevry/fs-list)
- [@bevry/fs-mkdirp](https://github.com/bevry/fs-mkdirp)
- [@bevry/fs-read](https://github.com/bevry/fs-read)
- [@bevry/fs-readable](https://github.com/bevry/fs-readable)
- [@bevry/fs-remove](https://github.com/bevry/fs-remove)
- [@bevry/fs-rmdir](https://github.com/bevry/fs-rmdir)
- [@bevry/fs-unlink](https://github.com/bevry/fs-unlink)
- [@bevry/fs-write](https://github.com/bevry/fs-write)
- [@bevry/fs-writable](https://github.com/bevry/fs-writable)
<!-- INSTALL/ -->

@@ -61,0 +73,0 @@

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