Socket
Socket
Sign inDemoInstall

kbme

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kbme - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

cli.js

@@ -27,7 +27,2 @@ #!/usr/bin/env node

if (flags.help) {
console.log(require('./help'))
process.exit(0);
}
run(flags)

@@ -53,2 +48,7 @@ .then(console.log)

if (flags.help) {
console.log(require('./help'))
process.exit(0);
}
if (!opt.jira) {

@@ -55,0 +55,0 @@ error = true

{
"name": "kbme",
"version": "1.0.3",
"version": "1.0.4",
"description": "Gather kanban metrics from your JIRA instance",

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

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