🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

git-cli-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-cli-wrapper - npm Package Compare versions

Comparing version

to
0.3.0

2

dist/index.js

@@ -35,3 +35,3 @@ "use strict";

if (!options.mute) {
throw e;
throw new Error(e.message + '. Output: ' + e.all);
}

@@ -38,0 +38,0 @@ }

{
"name": "git-cli-wrapper",
"version": "0.2.0",
"version": "0.3.0",
"description": "Git cli wrapper",

@@ -31,3 +31,3 @@ "keywords": [

"@types/node": "^12.7.3",
"chalk-theme": "^0.2.0",
"chalk-theme": "^0.2.1",
"execa": "^2.0.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "50907c49de055c79a925721aa7cb59a1b11d4869"
"gitHead": "c5126f96e487ab36522422eb4b9fa08b0d2731c9"
}