Socket
Socket
Sign inDemoInstall

node-dir

Package Overview
Dependencies
4
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.14 to 0.1.15

4

lib/paths.js

@@ -66,3 +66,3 @@ var fs = require('fs'),

fs.stat(dir, function(err, stat) {
fs.lstat(dir, function(err, stat) {
if (err) return callback(err);

@@ -77,3 +77,3 @@ if(stat && stat.mode === 17115) return done();

file = path.join(dir, list[i]);
fs.stat(file, getStatHandler(file));
fs.lstat(file, getStatHandler(file));
}

@@ -80,0 +80,0 @@ });

{
"name": "node-dir",
"version": "0.1.14",
"version": "0.1.15",
"description": "asynchronous file and directory operations for Node.js",

@@ -5,0 +5,0 @@ "main": "index",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc