Socket
Socket
Sign inDemoInstall

ghdl

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghdl - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ghdl",
"version": "1.0.0",
"version": "1.0.1",
"description": "get download info of a github release by just providing the name of a github repository",

@@ -5,0 +5,0 @@ "main": "ghdl.js",

@@ -29,3 +29,3 @@ #ghdl

run `ghdl <repository name>`
`ghdl <repository name>`

@@ -36,6 +36,14 @@ example: `ghdl kubernetes`

run `ghdl <repository name> -a`
`ghdl <repository name> -a`
example: `ghdl kubernetes -a`
*show the help menu*
`ghdl -h`
*show the module version*
`ghdl -v`
###sample output

@@ -57,4 +65,4 @@

+ `callback` {Function} -- gets two arguments (err, repo)
+ `err` is an Error object (you get the error message by err.message)
+ `repo` is
+ `err` is an Error object (you get the error message by err.message)
+ `repo` is
+ `object` if the given name matches only one real repo with valid tags

@@ -61,0 +69,0 @@ + `array` of objects if the name matches more than one repo with real tags

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