Back to Explore

isaacs/isexe

GitHub
1 watchersOpen source

Last release: 3 months ago

Minimal JavaScript module that checks whether a given file path is executable, and whether it is a normal file. Useful for deciding if something can be run, using async `isexe(path)` or sync `sync(path)`, with Windows handling based on `PATHEXT` and an option to ignore errors.

Project status

  • The repository appears actively maintained, with a recent upstream push on 2026-02-09 and multiple version updates published within the same day.
  • The apparent update cadence is frequent in this recent window, with updates/releases on 2026-02-09 (v4.0.0 and v3.1.5) and another update on 2026-02-08 (v3.1.4).

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v4.0.0

    3 months ago

    The v4.0.0 release contains minimal changes, primarily updating the package version metadata. The only functional-impacting change visible in the diff is an increase to the supported Node.js runtime requirement.

  • v3.1.5

    3 months ago

    Release v3.1.5 updates the package metadata and npm engine constraints. No functional source code changes are shown in the provided diff, only version and configuration updates.

  • v3.1.4

    3 months ago

    Release v3.1.4 (published 2026-02-08) was published without any release notes provided by the publisher. As a result, the specific code changes, potential API impacts, and required migration steps are undocumented.