Socket
Socket
Sign inDemoInstall

aaronshaf-jira-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aaronshaf-jira-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

commands/configure.js

@@ -39,3 +39,3 @@ module.exports = function (vorpal) {

type: 'input',
name: 'issuetype',
name: 'issueType',
message: 'Issue type? (default: New Feature) ',

@@ -60,3 +60,3 @@ default: 'New Feature'

vorpal.localStorage.setItem('rapidViewId', input.rapidViewId)
vorpal.localStorage.setItem('issuetype', input.issuetype)
vorpal.localStorage.setItem('issueType', input.issueType)
vorpal.localStorage.setItem('username', input.username)

@@ -63,0 +63,0 @@ vorpal.localStorage.setItem('password', input.password)

{
"name": "aaronshaf-jira-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "Immersive command line interface for Jira",

@@ -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