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.3 to 4.0.0

2

index.d.ts

@@ -120,3 +120,3 @@ declare module "fdir" {

export default Builder;
export { Builder as fdir };
}

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

module.exports = require("./src/builder");
module.exports.fdir = require("./src/builder");
{
"name": "fdir",
"version": "3.4.3",
"version": "4.0.0",
"description": "The fastest directory crawler for NodeJS. Crawls 10k files in 13ms.",

@@ -59,2 +59,2 @@ "main": "index.js",

}
}
}

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

```js
const fdir = require("fdir").default;
const { fdir } = require("fdir");

@@ -55,0 +55,0 @@ // create the builder

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