🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

binary-version-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-version-cli

Get the version of a binary in semver format

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
1
Created
Source

binary-version-cli

Get the version of a binary in semver format

Install

npm install --global binary-version-cli

Usage

$ binary-version --help

  Usage
    $ binary-version <binary> [arguments]

    The arguments default to `--version`

    Exits with code 2 if no version could be found

  Examples
    $ curl --version
    curl 7.30.0 (x86_64-apple-darwin13.0)
    $ binary-version curl
    7.30.0
    $ openssl version
    OpenSSL 1.0.2p  14 Aug 2018
    $ binary-version openssl version
    1.0.2
  • binary-version - API for this module
  • find-versions-cli - Find semver versions in a string

Keywords

cli-app

FAQs

Package last updated on 03 Apr 2024

Did you know?

Socket

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.

Install

Related posts