New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

git-cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-cli - npm Package Compare versions

Comparing version
0.8.1
to
0.8.2
+1
-1
lib/repo-class-methods.js

@@ -16,3 +16,3 @@ (function() {

fs.ensureDirSync(path);
command = new CliCommand('git', ['init', path], options);
command = new CliCommand(['git', 'init'], path, options);
cb = util.wrapCallback(callback, ((function(_this) {

@@ -19,0 +19,0 @@ return function() {

{
"name": "git-cli",
"version": "0.8.1",
"version": "0.8.2",
"description": "Simple CLI like git interface for NodeJS",

@@ -5,0 +5,0 @@ "main": "lib/git-cli.js",