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.43.0 to 0.44.0

1

dist/commands/checkout/index.js

@@ -11,3 +11,2 @@ "use strict";

(0, terminal_1.terminal)(`git fetch -p`);
(0, terminal_1.terminal)(`git branch -vv | grep "gone" | awk '{print $1}' | xargs git branch -D`);
const branches = (0, terminal_1.terminal)(`git branch --format='%(refname:short)'`).split("\n");

@@ -14,0 +13,0 @@ branches.pop();

2

package.json
{
"name": "gitk",
"version": "0.43.0",
"version": "0.44.0",
"description": "🔧 Git Shortcut Cli Application",

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

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