recursive-readdir-async
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
213
0
24089
5
347