Socket
Socket
Sign inDemoInstall

gitk

Package Overview
Dependencies
1
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.39.0 to 0.40.0

2

dist/commands/jira/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.jira = void 0;
const terminal_1 = require("src/utils/terminal");
const terminal_1 = require("../../utils/terminal");
function jira() {

@@ -6,0 +6,0 @@ const currentBranchName = (0, terminal_1.terminal)("git rev-parse --abbrev-ref HEAD");

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

const commit_1 = require("./commands/commit");
const jira_1 = require("./commands/jira");
const program = new commander_1.Command("gitk");

@@ -48,4 +49,4 @@ program.version((0, getCurrentVersion_1.getCurrentVersion)());

.description("ํ˜„์žฌ ๋ธŒ๋žœ์น˜์™€ ์—ฐ๊ฒฐ๋˜์–ด์žˆ๋Š” JIRA ์ด์Šˆ ํŽ˜์ด์ง€๋ฅผ ์—ฝ๋‹ˆ๋‹ค.")
.action(commit_1.commit);
.action(jira_1.jira);
program.parse();
//# sourceMappingURL=index.js.map
{
"name": "gitk",
"version": "0.39.0",
"version": "0.40.0",
"description": "๐Ÿ”ง Git Shortcut Cli Application",

@@ -5,0 +5,0 @@ "author": "rhea-so",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc