node-which

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

ISC License

Downloads
387.2M
Stars
328
Committers
19

Bot releases are visible (Hide)

node-which - v5.0.0

Published by github-actions[bot] 18 days ago

5.0.0 (2024-10-01)

⚠️ BREAKING CHANGES

  • which now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • 77aba08 #151 align to npm 10 node engine range (@reggi)

Chores

  • 5d49ed0 #151 run template-oss-apply (@reggi)
  • 8a2d8e0 #149 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
  • d4009b2 #138 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 1a07cd7 #150 postinstall for dependabot template-oss PR (@hashtagchris)
  • 45f3aa8 #150 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
node-which - v4.0.0 Latest Release

Published by github-actions[bot] about 1 year ago

4.0.0 (2023-08-29)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

node-which - v3.0.1

Published by github-actions[bot] over 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)
node-which - v3.0.0

Published by github-actions[bot] almost 2 years 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)