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

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.6 to 1.0.7

2

cli.js

@@ -48,3 +48,3 @@ #!/usr/bin/env node

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

@@ -51,0 +51,0 @@ }

@@ -1,2 +0,2 @@

const pkg = require('./package.json')
const pkg = require('../package.json')
const opt = require('./options')

@@ -33,2 +33,2 @@

module.exports = help
module.exports = help
{
"name": "kbme",
"version": "1.0.6",
"version": "1.0.7",
"description": "Gather kanban metrics from your JIRA instance",

@@ -5,0 +5,0 @@ "main": "lib/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