Socket
Socket
Sign inDemoInstall

@types/readdir-glob

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/readdir-glob - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

6

readdir-glob/index.d.ts

@@ -83,4 +83,4 @@ /// <reference types="node" />

class ReaddirGlob extends EventEmitter {
constructor(cwd: string, cb: (error: Error | null, matches?: ReadonlyArray<Match>) => void);
constructor(cwd: string, options: Options, cb: (error: Error | null, matches?: ReadonlyArray<Match>) => void);
constructor(cwd: string, cb: (error: Error | null, matches?: readonly Match[]) => void);
constructor(cwd: string, options: Options, cb: (error: Error | null, matches?: readonly Match[]) => void);
/**

@@ -97,3 +97,3 @@ * Every time a match is found, this is emitted with the specific thing that matched.

*/
on(event: "end", callback: (matches: ReadonlyArray<Match>) => void): this;
on(event: "end", callback: (matches: readonly Match[]) => void): this;
/**

@@ -100,0 +100,0 @@ * Temporarily stop the search

{
"name": "@types/readdir-glob",
"version": "1.1.4",
"version": "1.1.5",
"description": "TypeScript definitions for readdir-glob",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readdir-glob",

},
"typesPublisherContentHash": "562359d34e38182c70ba9fed1842565fda3ca73a74bc3f960c31dee4ceab6899",
"typesPublisherContentHash": "7bdc6e6f815f6791c4762b917d4437d2172faa334bd34f1ce9eb5307ecc565f1",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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