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.4.0 to 3.4.1

7

index.d.ts
declare module "fdir" {
export type GroupOutput = Group[];
export type OnlyCountsOutput = { files: number; dirs: number };
export type PathsOutput = string[];
type FilterFn = (filePath: string) => boolean;

@@ -7,5 +11,2 @@ type ExcludeFn = (dirPath: string) => boolean;

type Group = { dir: string; files: string[] };
type GroupOutput = Group[];
type OnlyCountsOutput = { files: number; dirs: number };
type PathsOutput = string[];

@@ -12,0 +13,0 @@ type Output = GroupOutput | OnlyCountsOutput | PathsOutput;

{
"name": "fdir",
"version": "3.4.0",
"version": "3.4.1",
"description": "The fastest directory crawler for NodeJS. Crawls 10k files in 13ms.",

@@ -5,0 +5,0 @@ "main": "index.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