@types/readdir-glob
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,4 +8,4 @@ // Type definitions for readdir-glob 1.1 | ||
import * as fs from 'fs'; | ||
import { EventEmitter } from 'events'; | ||
import { EventEmitter } from "events"; | ||
import * as fs from "fs"; | ||
@@ -94,11 +94,11 @@ declare function readdirGlob(root: string, options: readdirGlob.Options): readdirGlob.ReaddirGlob; | ||
*/ | ||
on(event: 'match', callback: (match: Match) => void): this; | ||
on(event: "match", callback: (match: Match) => void): this; | ||
/** | ||
* When the matching is finished, this is emitted with all the matches found. | ||
*/ | ||
on(event: 'error', callback: (error: Error) => void): this; | ||
on(event: "error", callback: (error: Error) => void): this; | ||
/** | ||
* Emitted when an unexpected error is encountered. | ||
*/ | ||
on(event: 'end', callback: (matches: ReadonlyArray<Match>) => void): this; | ||
on(event: "end", callback: (matches: ReadonlyArray<Match>) => void): this; | ||
/** | ||
@@ -105,0 +105,0 @@ * Temporarily stop the search |
{ | ||
"name": "@types/readdir-glob", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript definitions for readdir-glob", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readdir-glob", | ||
}, | ||
"typesPublisherContentHash": "874ac8817f6de65b255537c13871cf316f64885e340d09a7130bda37d35589bf", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "8ed1705705cc5cacafe2d6694d8585152f0005e04f194cb4599a569c364c446f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 16 Mar 2023 23:02:35 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package