Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/fs-readdir-recursive

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fs-readdir-recursive - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

fs-readdir-recursive/index.d.ts

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

// Type definitions for fs-readdir-recursive 1.0
// Type definitions for fs-readdir-recursive 1.1
// Project: https://github.com/fs-utils/fs-readdir-recursive

@@ -8,5 +8,5 @@ // Definitions by: Paolo Scanferla <https://github.com/pscanf>

path: string,
filter?: (path: string) => boolean
filter?: (name: string, index: number, dir: string) => boolean,
): string[];
export = readdirRecursive;
{
"name": "@types/fs-readdir-recursive",
"version": "1.0.0",
"version": "1.1.0",
"description": "TypeScript definitions for fs-readdir-recursive",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/fs-readdir-recursive"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "1121bfd46acede5d3de5f2b334cb05c49175d5f5fdf1776dd1af8a5f29c95da5",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "12c61217c73ec7ab24d22fedeaff79e712fcdf8ac453770b7217e2136dbf716d",
"typeScriptVersion": "4.0"
}

@@ -8,6 +8,21 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive/index.d.ts)
````ts
// Type definitions for fs-readdir-recursive 1.1
// Project: https://github.com/fs-utils/fs-readdir-recursive
// Definitions by: Paolo Scanferla <https://github.com/pscanf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT
declare function readdirRecursive(
path: string,
filter?: (name: string, index: number, dir: string) => boolean,
): string[];
export = readdirRecursive;
````
### Additional Details
* Last updated: Wed, 20 Jul 2022 07:32:21 GMT
* Dependencies: none

@@ -17,2 +32,2 @@ * Global values: none

# Credits
These definitions were written by Paolo Scanferla <https://github.com/pscanf>.
These definitions were written by [Paolo Scanferla](https://github.com/pscanf).

Sorry, the diff of this file is not supported yet

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