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 6.1.0 to 6.1.1

4

dist/benchmarks/glob-benchmark.js

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

}), benny_1.default.add("glob async", async () => {
await (0, glob_1.glob)("**/*.js", { dot: true });
await (0, glob_1.glob)("**/*.js", { dot: true, withFileTypes: true });
}), benny_1.default.add("fast-glob async", async () => {

@@ -28,3 +28,3 @@ await (0, fast_glob_1.default)("**/*.js", { dot: true, onlyFiles: true });

}), benny_1.default.add("glob sync", () => {
(0, glob_1.globSync)("**/**.js", { dot: true });
(0, glob_1.globSync)("**/**.js", { dot: true, withFileTypes: true });
}), benny_1.default.add("fast-glob sync", () => {

@@ -31,0 +31,0 @@ fast_glob_1.default.sync("**.js", { dot: true });

{
"name": "fdir",
"version": "6.1.0",
"version": "6.1.1",
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",

@@ -49,3 +49,3 @@ "main": "dist/index.js",

"@types/node": "^18.13.0",
"@types/picomatch": "^2.3.0",
"@types/picomatch": "^2.3.2",
"@types/tap": "^15.0.8",

@@ -68,3 +68,3 @@ "@vitest/coverage-c8": "^0.29.8",

"mock-fs": "^5.2.0",
"picomatch": "^2.3.1",
"picomatch": "^3.0.1",
"recur-readdir": "0.0.1",

@@ -83,3 +83,3 @@ "recursive-files": "^1.0.2",

"peerDependencies": {
"picomatch": "2.x"
"picomatch": "3.x"
},

@@ -86,0 +86,0 @@ "peerDependenciesMeta": {

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

exports.cleanPath = cleanPath;
const SLASHES_REGEX = /[\\/]+/g;
const SLASHES_REGEX = /[\\/]/g;
function convertSlashes(path, separator) {

@@ -17,0 +17,0 @@ return path.replace(SLASHES_REGEX, separator);

{
"name": "fdir",
"version": "6.1.0",
"version": "6.1.1",
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",

@@ -49,3 +49,3 @@ "main": "dist/index.js",

"@types/node": "^18.13.0",
"@types/picomatch": "^2.3.0",
"@types/picomatch": "^2.3.2",
"@types/tap": "^15.0.8",

@@ -68,3 +68,3 @@ "@vitest/coverage-c8": "^0.29.8",

"mock-fs": "^5.2.0",
"picomatch": "^2.3.1",
"picomatch": "^3.0.1",
"recur-readdir": "0.0.1",

@@ -83,3 +83,3 @@ "recursive-files": "^1.0.2",

"peerDependencies": {
"picomatch": "2.x"
"picomatch": "3.x"
},

@@ -86,0 +86,0 @@ "peerDependenciesMeta": {

@@ -84,5 +84,8 @@ <p align="center">

4. [imba/imba](https://github.com/imba/imba)
5. [napi-rs/napi-rs](https://github.com/napi-rs/napi-rs)
6. [moroshko/react-scanner](https://github.com/moroshko/react-scanner)
5. [moroshko/react-scanner](https://github.com/moroshko/react-scanner)
6. [netlify/build](https://github.com/netlify/build)
7. [FredKSchott/snowpack](https://github.com/FredKSchott/snowpack)\*
8. [yassinedoghri/astro-i18next](https://github.com/yassinedoghri/astro-i18next)
9. [immich-app/CLI](https://github.com/immich-app/CLI)
10. [selfrefactor/rambda](https://github.com/selfrefactor/rambda)

@@ -89,0 +92,0 @@ - `snowpack` has since been discontinued.

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