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

jira-tool

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jira-tool - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js

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

const program = require(`commander`);
const prompt = require(`prompt`);
const store = require(`data-store`)(`jira`);

@@ -8,0 +7,0 @@ const Config = require(`./classes/Config`);

10

package.json
{
"name": "jira-tool",
"version": "1.0.0",
"author" : "Will Brock <wpbrock@gmail.com>",
"version": "1.0.1",
"author": "Will Brock <wpbrock@gmail.com>",
"description": "Command line interface for jira issues",

@@ -28,7 +28,7 @@ "main": "index.js",

"moment": "^2.19.1",
"node-fetch": "^1.7.3",
"prompt": "^1.0.0"
"node-fetch": "^1.7.3"
},
"dependencies": {
"commander": "^2.11.0"
"commander": "^2.11.0",
"prompt": "^1.0.0"
},

@@ -35,0 +35,0 @@ "bin": {

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