Get Bin Path Versions Save

Get the current package's binary path

11.0.0

7 months ago

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

10.0.0

1 year ago

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

9.0.0

1 year ago

Breaking changes

  • undefined is now always returned when the binary cannot be found. Previously, a random binary was sometimes returned instead. This happens when:
  • When the package.json bin field is a string, the name option (when defined) must match the package.json name field.

8.0.0

1 year ago

Breaking changes

7.3.0

1 year ago

Features

  • Reduce package size by 96% (764kB to 31kB)
  • Improve performance

7.2.1

1 year ago

Bug fixes

  • Fix package.json

7.2.0

1 year ago

Features

  • Improve tree-shaking support

7.1.0

1 year ago

Features

  • Reduce npm package size

7.0.0

2 years ago

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

6.1.0

2 years ago

Features

  • Improve TypeScript types