Back to Explore

sindresorhus/is-binary-path

GitHub
1 watchersOpen source

Last release: 4/30/2024

This package helps you check whether a given file path points to a binary file. It returns true or false for paths like image files (for example, a .png) versus text files (for example, a .txt).

Project status

  • The most recent upstream activity is a change on 2024-04-30 (v3.0.0), indicating the source is maintained, but there is a long gap since the prior update in 2019 (v2.1.0).
  • Apparent update cadence is infrequent, with no updates between 2019 and 2024, and no evidence of more recent activity after v3.0.0.

AI summary generated Today

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

Recent updates

  • v3.0.0

    4/30/2024

    Release v3.0.0 makes the package pure ESM and raises the minimum supported Node.js version. It also updates the module format, typings, and dependency versions.

    Breaking
  • v2.1.0

    4/19/2019

    v2.1.0 adds TypeScript type definitions for the package. This improves developer experience for TypeScript users by providing proper typings for the existing API.

    Features