Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-19 | 939 Bytes | |
v9.0.0.tar.gz | 2023-03-19 | 305.4 kB | |
v9.0.0.zip | 2023-03-19 | 319.4 kB | |
Totals: 3 Items | 625.7 kB | 0 |
Breaking changes
undefined
is now always returned when the binary cannot be found. Previously, a random binary was sometimes returned instead. This happens when:- The
name
option is used but no binary of that name is found. - The
package.json
uses adirectories.bin
with multiple binaries, but none matches thepackage.json
name
orname
option. - When the
package.json
bin
field is a string, thename
option (when defined) must match thepackage.json
name
field.