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

rrdir

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrdir - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

1

index.js

@@ -28,3 +28,2 @@ "use strict";

function build(dirent, path, stats, opts) {
// console.log(path, stats.isSymbolicLink(), dirent.isSymbolicLink());
const entry = {

@@ -31,0 +30,0 @@ path,

2

package.json
{
"name": "rrdir",
"version": "7.0.0",
"version": "7.0.1",
"description": "Recursive directory reader with a delightful API",

@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>",

@@ -40,3 +40,3 @@ # rrdir

- `options.stats` *boolean*: Whether to include `entry.stats`. Will reduce performance. Default: `false`.
- `options.followSymlinks` *boolean*: Whether to follow symlinks when `options.stats` is enabled. Default: `false`.
- `options.followSymlinks` *boolean*: Whether to follow symlinks for both recursion and `stat` calls. Default: `false`.
- `options.exclude` *Array*: Path globs to exclude, e.g. `["**/*.js"]`. Default: `undefined`.

@@ -43,0 +43,0 @@ - `options.include` *Array*: Path globs to include, e.g. `["**/*.map"]`. Default: `undefined`.

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