Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bin-version

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-version - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

8

package.json
{
"name": "bin-version",
"version": "0.1.0",
"version": "1.0.0",
"description": "Get the version of a binary in semver format",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "mocha"
"test": "node test.js"
},

@@ -32,7 +32,7 @@ "files": [

"dependencies": {
"find-versions": "^0.1.0"
"find-versions": "^1.0.0"
},
"devDependencies": {
"mocha": "*"
"ava": "0.0.4"
}
}

@@ -24,6 +24,2 @@ # bin-version [![Build Status](https://travis-ci.org/sindresorhus/bin-version.svg?branch=master)](https://travis-ci.org/sindresorhus/bin-version)

binVersion('curl', function (err, version) {
if (err) {
throw err;
}
console.log(version);

@@ -30,0 +26,0 @@ //=> 7.30.0

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc