Socket
Socket
Sign inDemoInstall

fdir

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fdir - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "fdir",
"version": "3.2.0",
"version": "3.2.1",
"description": "The fastest directory crawler for NodeJS. Crawls 10k files in 13ms.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -23,3 +23,3 @@ <p align="center">

🕺 **Astonishingly Small:** < 1KB in size gzipped.
🕺 **Astonishingly Small:** < 2KB in size gzipped & minified.

@@ -26,0 +26,0 @@ 🔥 **All Node Versions Supported:** Unlike other similar libraries that have dropped support for Node versions < 10, `fdir` supports all versions >= 6.

@@ -74,4 +74,5 @@ const APIBuilder = require("./apiBuilder");

}
const isMatch = pm(patterns);
this.options.filter = (path) => {
return pm.isMatch(path, patterns);
return isMatch(path, patterns);
};

@@ -78,0 +79,0 @@ return this;

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