You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

simple-git

Package Overview
Dependencies
Maintainers
2
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-git - npm Package Compare versions

Comparing version
3.31.1
to
3.32.0
+2
-1
dist/typings/simple-git.d.ts

@@ -399,3 +399,4 @@ import * as resp from './response';

/**
* Clears the queue of pending commands and returns the wrapper instance for chaining.
* @deprecated
* Removed in v2, use `abortPlugin` configuration to abort execution of pending tasks.
*/

@@ -402,0 +403,0 @@ clearQueue(): this;

{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
"version": "3.31.1",
"version": "3.32.0",
"author": "Steve King <steve@mydev.co>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -198,3 +198,2 @@ # Simple Git

| `.checkIgnore([filepath, ...], handlerFn)` | checks if filepath excluded by .gitignore rules |
| `.clearQueue()` | immediately clears the queue of pending tasks (note: any command currently in progress will still call its completion callback) |
| `.commit(message, handlerFn)` | commits changes in the current working directory with the supplied message where the message can be either a single string or array of strings to be passed as separate arguments (the `git` command line interface converts these to be separated by double line breaks) |

@@ -201,0 +200,0 @@ | `.commit(message, [fileA, ...], options, handlerFn)` | commits changes on the named files with the supplied message, when supplied, the optional options object can contain any other parameters to pass to the commit command, setting the value of the property to be a string will add `name=value` to the command string, setting any other type of value will result in just the key from the object being passed (ie: just `name`), an example of setting the author is below |

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

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

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

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