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 12.1.0 to 13.0.0

18

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

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

"files": [
"./index.js"
"index.js"
],
"devDependencies": {
"eslint": "8.52.0",
"eslint-config-silverwind": "79.0.4",
"updates": "15.0.3",
"versions": "12.0.0",
"vitest": "0.34.6",
"vitest-config-silverwind": "3.0.0"
"eslint": "8.57.0",
"eslint-config-silverwind": "80.0.5",
"updates": "15.1.2",
"versions": "12.0.1",
"vitest": "1.3.1",
"vitest-config-silverwind": "5.1.1"
},
"dependencies": {
"picomatch": "2.3.1"
"picomatch": "4.0.1"
}
}

@@ -8,2 +8,4 @@ # rrdir

Contrary to other similar modules, this module is optionally able to read any path including ones that contain invalid UTF-8 sequences.
## Usage

@@ -10,0 +12,0 @@ ```console

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