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.2.0 to 6.3.0

dist/api/async.d.ts

4

dist/index.d.ts

@@ -1,4 +0,4 @@

import { Builder } from "./src/builder";
import { Builder } from "./builder";
export { Builder as fdir };
export type Fdir = typeof Builder;
export * from "./src";
export * from "./types";

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

exports.fdir = void 0;
const builder_1 = require("./src/builder");
const builder_1 = require("./builder");
Object.defineProperty(exports, "fdir", { enumerable: true, get: function () { return builder_1.Builder; } });
__exportStar(require("./src"), exports);
__exportStar(require("./types"), exports);
{
"name": "fdir",
"version": "6.2.0",
"version": "6.3.0",
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",

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

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

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)
9. [selfrefactor/rambda](https://github.com/selfrefactor/rambda)

@@ -92,0 +91,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