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 6.1.2 to 6.1.3

3

index.js

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

({includeMatcher, excludeMatcher} = makeMatchers(opts));
if (/[/\\]$/.test(dir)) dir = dir.substring(0, dir.length - 1);
}

@@ -82,2 +83,3 @@

({includeMatcher, excludeMatcher} = makeMatchers(opts));
if (/[/\\]$/.test(dir)) dir = dir.substring(0, dir.length - 1);
}

@@ -124,2 +126,3 @@

({includeMatcher, excludeMatcher} = makeMatchers(opts));
if (/[/\\]$/.test(dir)) dir = dir.substring(0, dir.length - 1);
}

@@ -126,0 +129,0 @@

8

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

@@ -22,2 +22,3 @@ "author": "silverwind <me@silverwind.io>",

"devDependencies": {
"del": "5.1.0",
"eslint": "6.8.0",

@@ -43,4 +44,7 @@ "eslint-config-silverwind": "10.0.1",

"verbose": false,
"testTimeout": 10000
"testTimeout": 10000,
"collectCoverageFrom": [
"*.js"
]
}
}
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