
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
bin-version-check-cli
Advanced tools
Check whether a binary version satisfies a semver range
Useful when you have a thing that only works with specific versions of a binary.
npm install --global bin-version-check-cli
$ bin-version-check --help
Usage
$ bin-version-check <binary> <semver-range>
Options
--args CLI args to get binary version (Can be set multiple times) [Default: --version]
Example
$ curl --version
curl 7.30.0 (x86_64-apple-darwin13.0)
$ bin-version-check curl '>=8'
curl 7.30.0 doesn't satisfy the version requirement of >=8
Exits with code 0 if the semver range is satisfied and 1 if not
FAQs
Check whether a binary version satisfies a semver range
The npm package bin-version-check-cli receives a total of 10,483 weekly downloads. As such, bin-version-check-cli popularity was classified as popular.
We found that bin-version-check-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.