πŸš€ Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more β†’
Sign In

git-stack-cli

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-stack-cli - npm Package Compare versions

Comparing version
1.3.2
to
1.3.3
+2
-2
package.json
{
"name": "git-stack-cli",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

@@ -9,3 +9,3 @@ "author": "magus",

"type": "git",
"url": "https://github.com/magus/git-stack-cli.git"
"url": "git+https://github.com/magus/git-stack-cli.git"
},

@@ -12,0 +12,0 @@ "type": "module",

@@ -158,2 +158,10 @@ import * as React from "react";

// early return since we do not need to sync
if (!argv.sync) {
return;
}
// in order to sync we walk from rebase_group_index to HEAD
// checking out each group and syncing to github
// start from HEAD and work backward to rebase_group_index

@@ -160,0 +168,0 @@ const push_group_list = [];

Sorry, the diff of this file is too big to display