Socket
Socket
Sign inDemoInstall

simple-git

Package Overview
Dependencies
Maintainers
1
Versions
260
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 1.42.0 to 1.42.1

2

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

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

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

|`.stashList([options, ][handlerFn])`| Retrieves the stash list, optional first argument can be an object specifying `options.splitter` to override the default value of `:`, alternatively options can be a set of arguments as supported by the `git stash list` command. |
|`.subModule(args [, handlerFn])`| Run a `git submodule` command with on or more arguments passed in as an `args` array |
|`.submoduleAdd(repo, path[, handlerFn])`| adds a new sub module |

@@ -60,0 +61,0 @@ |`.submoduleInit([args, ][handlerFn])`| inits sub modules, args should be an array of string arguments to pass to the `git submodule init` command |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc