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 3.1.0 to 3.1.1

2

index.js

@@ -20,5 +20,3 @@ "use strict";

minimatch: {
matchBase: true,
dot: true,
nocomment: true,
}

@@ -25,0 +23,0 @@ };

2

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

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

@@ -45,3 +45,3 @@ # rrdir

- `options.encoding` *string*: The encoding to use on `entry.path`. Default: `'utf8'`.
- `options.minimatch` *Object*: [minimatch options](https://github.com/isaacs/minimatch#options). Default: `{matchBase: true, dot: true, nocomment: true}`.
- `options.minimatch` *Object*: [minimatch options](https://github.com/isaacs/minimatch#options). Default: `{dot: true}`.

@@ -48,0 +48,0 @@ #### `entry`

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