Socket
Socket
Sign inDemoInstall

version-exists

Package Overview
Dependencies
46
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

8

bin/version-exists.js

@@ -21,2 +21,8 @@ #!/usr/bin/env node

`)
}).catch(err => console.log(err))
if (!exists) {
process.exit(1)
}
}).catch(err => {
console.log(err)
process.exit(1)
})

10

package.json
{
"name": "version-exists",
"version": "0.0.3",
"version": "0.0.4",
"description": "Check if version of a NPM module exists",

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

"dependencies": {
"args": "2.6.1",
"chalk": "1.1.3",
"node-fetch": "1.6.3",
"npm-name": "3.0.0"
"args": "3.0.8",
"chalk": "2.3.0",
"node-fetch": "1.7.3",
"npm-name": "3.1.0"
}
}

@@ -69,2 +69,2 @@ # version-exists [![Build Status](https://travis-ci.org/ntwcklng/version-exists.svg?branch=master)](https://travis-ci.org/ntwcklng/version-exists)

MIT © [Marvin Mieths](https://ntwcklng.now.sh)
MIT © [Marvin Mieth](https://ntwcklng.now.sh)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc