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

@types/isexe

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/isexe - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

isexe/index.d.ts

@@ -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

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