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.0.3 to 3.0.4

2

index.js

@@ -27,3 +27,3 @@ "use strict";

if (!dir || !opts || !opts.exclude || !opts.exclude.length) return false;
return opts.exclude.length && !!multimatch(dir, opts.exclude, opts.minimatch).length;
return Boolean(multimatch(dir, opts.exclude, opts.minimatch).length);
}

@@ -30,0 +30,0 @@

{
"name": "rrdir",
"version": "3.0.3",
"version": "3.0.4",
"description": "Recursive directory crawler with a delightful API",

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

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