Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

safefs

Package Overview
Dependencies
Maintainers
2
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.0.0 to 8.1.0-next.1699858550.970b7261c2ca0b1da36bfc78e79fbf8206bf1e42

4

package.json
{
"title": "Safe FS",
"name": "safefs",
"version": "8.0.0",
"version": "8.1.0-next.1699858550.970b7261c2ca0b1da36bfc78e79fbf8206bf1e42",
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.",

@@ -146,2 +146,2 @@ "homepage": "https://github.com/bevry/safefs",

}
}
}

@@ -208,3 +208,3 @@ /* eslint no-sync:0 */

*/
rmdir(path, next) {
rimraf(path, next) {
function wrappedNext(err) {

@@ -211,0 +211,0 @@ if (err && err.code === 'ENOENT') return next()

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