@types/isexe
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -13,3 +13,3 @@ // Type definitions for isexe 2.0 | ||
path: string, | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void, | ||
): void; | ||
@@ -19,3 +19,3 @@ declare function isExe( | ||
options: isExe.Options, | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void, | ||
): void; | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "@types/isexe", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for isexe", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isexe", | ||
}, | ||
"typesPublisherContentHash": "4b855fac42404bc72ac87ca3aaeea8750d9538261374c4ed7554de7f7818aa3f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "90c06f43b5751ce151125e0d3d79aad80ceb65b7f37d9a9a2babfabbbfd96267", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -23,3 +23,3 @@ # Installation | ||
path: string, | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void, | ||
): void; | ||
@@ -29,3 +29,3 @@ declare function isExe( | ||
options: isExe.Options, | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void | ||
callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void, | ||
): void; | ||
@@ -47,3 +47,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 21:33:42 GMT | ||
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -50,0 +50,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
4455