Node Which Versions Save

Like which(1) unix command. Find the first instance of an executable in the PATH.

v4.0.0

8 months ago

4.0.0 (2023-08-29)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

v3.0.1

1 year ago

3.0.1 (2023-05-01)

Bug Fixes

  • c3a543e #100 check lower case extensions in windows (#100) (@wraithgar)

Documentation

  • ba58b51 #97 Replace binary which with node-which in README.md (#97) (@DevDengChao)

v3.0.0

1 year ago

3.0.0 (2022-11-01)

⚠️ BREAKING CHANGES

  • refactored with the following breaking changes
    • callback has been removed from the async interface, it is now Promise only
    • which is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0
    • cli now ignores any arguments after --

Features

  • 8b0187c add @npmcli/template-oss and modernize (#86) (@lukekarrys)