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.9.0
to
0.9.1
+12
lib/simple-git.js
(function() {
var errors;
errors = require('./errors');
module.exports = {
Repository: require('./repository'),
GitError: errors.GitError,
BadRepositoryError: errors.BadRepositoryError
};
}).call(this);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+2
-2

@@ -70,4 +70,4 @@ (function() {

exports.log = function(options) {
var callback, cb, cliOpts, command, format, _ref;
exports.log = function(options, callback) {
var cb, cliOpts, command, format, _ref;
if (options == null) {

@@ -74,0 +74,0 @@ options = {};

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

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