Huge News!Announcing our $40M Series B led by Abstract Ventures.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

SECURITY.md

18

package.json
{
"title": "Safe FS",
"name": "safefs",
"version": "8.2.0",
"version": "8.3.0",
"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",

@@ -124,0 +124,0 @@ "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",

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