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

git-jump

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-jump - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

4

help.txt

@@ -30,4 +30,4 @@

{dim}${/dim} git jump delete <branch name>
{wrap:6}Deletes a branch. Proxy to the native "git branch --delete <branch name>".{/wrap}
{dim}${/dim} git jump delete <branch name> [<branch name>, ...]
{wrap:6}Deletes one or multiple branches. Proxy to the native "git branch --delete <branch name>".{/wrap}

@@ -34,0 +34,0 @@ {dim}${/dim} git jump rename <branch name> <new branch name>

{
"name": "git-jump",
"version": "0.1.13",
"version": "0.1.14",
"description": "Git Branches Helper",

@@ -8,3 +8,4 @@ "scripts": {

"build:watch": "tsc --watch",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"release": "cat ./how-to-release.md"
},

@@ -41,3 +42,3 @@ "bin": {

"engines": {
"node": ">=12.18.2",
"node": ">=12.12.0",
"npm": ">=6.14.5"

@@ -44,0 +45,0 @@ },

Sorry, the diff of this file is not supported yet

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