Socket
Socket
Sign inDemoInstall

simple-git

Package Overview
Dependencies
Maintainers
2
Versions
259
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.12.0 to 3.13.0

3

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

@@ -24,2 +24,3 @@ "contributors": [

"@simple-git/babel-config": "^1.0.0",
"@simple-git/test-utils": "^1.0.0",
"@types/debug": "^4.1.5",

@@ -26,0 +27,0 @@ "@types/jest": "^27.0.3",

@@ -1,6 +0,5 @@

// TODO: deprecation warning
console.warn(`=============================================
console.error(`=============================================
simple-git has supported promises / async await since version 2.6.0.
Importing from 'simple-git/promise' has been deprecated and will be
removed by July 2022.
Importing from 'simple-git/promise' has been deprecated and will
report this error until the next major release of version 4.

@@ -7,0 +6,0 @@ To upgrade, change all 'simple-git/promise' imports to just 'simple-git'

@@ -298,3 +298,3 @@ # Simple Git

- `options.format` - custom log format object, keys are the property names used on the returned object, values are the format string from [pretty formats](https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt)
- `options.from` - when supplied along with `options.to` sets the range of commits to log
- `options.from` - sets the oldest commit in the range to return, use along with `options.to` to set a bounded range
- `options.mailMap` - defaults to true, enables the use of [mail map](https://git-scm.com/docs/gitmailmap) in returned values for email and name from the default format

@@ -306,3 +306,3 @@ - `options.maxCount` - equivalent to setting the `--max-count` option

- `options.symmetric` - defaults to true, enables [symmetric revision range](https://git-scm.com/docs/gitrevisions#_dotted_range_notations) rather than a two-dot range
- `options.to` - when supplied along with `options.from` sets the range of commits to log
- `options.to` - sets the newset commit in the range to return, use along with `options.from` to set a bounded range

@@ -309,0 +309,0 @@ ## git merge

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc