🚀 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.3

CHANGELOG.md

2

dist/index.js

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

endLog(args, result) {
this.logger && this.logger.trace('command: %s, duration: %s, exit code: %s, output: %s', chalk_theme_1.default.info(args[0]), chalk_theme_1.default.info((new Date().getMilliseconds() - this.start.getMilliseconds()).toString() + 'ms'), chalk_theme_1.default.info(result.exitCode.toString()), result.all);
this.logger && this.logger.trace('command: %s, duration: %s, exit code: %s, output: %s', chalk_theme_1.default.info(args[0]), chalk_theme_1.default.info((new Date().getTime() - this.start.getTime()).toString() + 'ms'), chalk_theme_1.default.info(result.exitCode.toString()), result.all);
}

@@ -61,0 +61,0 @@ }

{
"name": "git-cli-wrapper",
"version": "0.3.2",
"version": "0.3.3",
"description": "Git cli wrapper",

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

"dependencies": {
"@types/node": "^12.7.3",
"chalk-theme": "^0.2.3",

@@ -37,2 +36,3 @@ "execa": "^2.0.0"

"devDependencies": {
"@types/node": "^14.0.27",
"@types/jest": "^24.0.18",

@@ -53,4 +53,3 @@ "@types/rimraf": "^2.0.2",

"typescript": "^3.5.3"
},
"gitHead": "3eabeebb1f228fc03d123b7c68792f479378f985"
}
}