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 3.0.2 to 3.0.3

9

out/lib/safefs.js

@@ -134,2 +134,11 @@ // Generated by CoffeeScript 1.6.3

},
lstat: function(path, next) {
safefs.openFile(function(closeFile) {
return fsUtil.lstat(path, function(err, stat) {
closeFile();
return next(err, stat);
});
});
return safefs;
},
stat: function(path, next) {

@@ -136,0 +145,0 @@ safefs.openFile(function(closeFile) {

2

package.json
{
"name": "safefs",
"version": "3.0.2",
"version": "3.0.3",
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/safefs",

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