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 4.0.0 to 4.0.1

8

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

@@ -18,7 +18,7 @@ "author": "silverwind <me@silverwind.io>",

"dependencies": {
"picomatch": "^2.1.1"
"picomatch": "^2.2.1"
},
"devDependencies": {
"eslint": "6.7.2",
"eslint-config-silverwind": "5.1.1",
"eslint": "6.8.0",
"eslint-config-silverwind": "6.0.2",
"updates": "9.3.3",

@@ -25,0 +25,0 @@ "versions": "7.0.5"

@@ -35,3 +35,3 @@ # rrdir

Recursively reader a directory for entries contained within. `rrdir` and `rrdir.sync` return an array of `entry`, `rrdir.stream` is a async iterator which yields `entry`. By default, errors while reading files will be ignored and put in `entry.err`.
Recursively read a directory for entries contained within. `rrdir` and `rrdir.sync` return an array of `entry`, `rrdir.stream` is a async iterator which yields `entry`. By default, errors while reading files will be ignored and put in `entry.err`.

@@ -38,0 +38,0 @@ #### `options`

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