Socket
Socket
Sign inDemoInstall

simple-git

Package Overview
Dependencies
Maintainers
1
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 1.32.0 to 1.32.1

2

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

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

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

calculate changes. Handler is called with a nullable error object and an instance of the [DiffSummary](src/DiffSummary.js)
unt
`.pull(remote, branch, handlerFn)` pull all updates from the repo ('origin'/'master')

@@ -41,0 +41,0 @@

@@ -842,3 +842,3 @@ (function () {

var fileUpdateRegex = /^\s*(.+)\s\|\s(\d+)\s([\+]+)/;
var fileUpdateRegex = /^\s*(.+)\s\|\s(\d+)\s([+\-]+)/;
for (var lines = pull.split('\n'), i = 0, l = lines.length; i < l; i++) {

@@ -845,0 +845,0 @@ var update = fileUpdateRegex.exec(lines[i]);

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