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.1 to 1.0.2

6

lib.js

@@ -52,3 +52,6 @@ const { pad, date_ago, days_between, num_reducer, replace } = require('./util')

function cycle({fields, changelog}, todo, done) {
const start = new Date(date_to_status(todo, changelog))
// When issues are moved directly to 'done' status, without going
// thru 'todo', date_to_status() returns undefined, in this case
// fields.created will be used instead of 'todo' date
const start = new Date(date_to_status(todo, changelog) || fields.created)
const finish = new Date(date_to_status(done, changelog))

@@ -116,3 +119,2 @@

// @TODO: this is not working well
const cycleTimeAvg = issues

@@ -119,0 +121,0 @@ .map(issue => cycle(issue, opts.todo, opts.done))

{
"name": "kbme",
"version": "1.0.1",
"version": "1.0.2",
"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