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

recursive-readdir-async

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recursive-readdir-async - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

module.js

@@ -158,3 +158,3 @@ /**

if (settings.stats || settings.recursive || settings.ignoreFolders || settings.mode === TREE) {
if (settings.stats || settings.recursive || !settings.ignoreFolders || settings.readContent || settings.mode === TREE) {
list = await statDir(list, settings, progress, deep)

@@ -161,0 +161,0 @@ }

{
"name": "recursive-readdir-async",
"version": "1.1.2",
"version": "1.1.3",
"description": "Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.",

@@ -5,0 +5,0 @@ "main": "module.js",

@@ -6,2 +6,3 @@ [![Build Status](https://travis-ci.org/m0rtadelo/recursive-readdir-async.svg?branch=master)](https://travis-ci.org/m0rtadelo/recursive-readdir-async)

![GitHub top language](https://img.shields.io/github/languages/top/m0rtadelo/recursive-readdir-async.svg)
![npm](https://img.shields.io/npm/v/recursive-readdir-async.svg?style=social)
# recursive-readdir-async

@@ -170,3 +171,3 @@ NPM Module to recursive read directory async (non blocking). Returns Promise. Configurable, with callback for extended filtering and progress status. Quiet, NO dependencies.

```
>`isDirectory` only exists if `stats`, `recursive` or `ignoreFolders` are `true` or `mode` is TREE
>`isDirectory` only exists if `stats`, `recursive`,`readContent` or `ignoreFolders` are `true` or `mode` is TREE

@@ -214,1 +215,2 @@ >`stats` only exists if `options.stats` is `true`

```
More information in the Wiki page https://github.com/m0rtadelo/recursive-readdir-async/wiki

Sorry, the diff of this file is not supported yet

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