simple-git
Advanced tools
@@ -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; |
+1
-1
| { | ||
| "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": [ |
+0
-1
@@ -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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
960467
0.22%12120
0.23%850
-0.12%