Socket
Socket
Sign inDemoInstall

gulp-git

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-git - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

5

lib/commit.js

@@ -88,4 +88,7 @@ 'use strict';

}
cmd += ' .';
if (!opt.disableAppendPaths) {
cmd += ' .';
}
var execChildProcess = exec(cmd, opt, function(err, stdout, stderr) {

@@ -92,0 +95,0 @@ if (err && (String(stdout).indexOf('no changes added to commit') === 0)) return cb(err);

2

package.json
{
"name": "gulp-git",
"description": "Git plugin for gulp (gulpjs.com)",
"version": "2.7.0",
"version": "2.8.0",
"homepage": "http://github.com/stevelacy/gulp-git",

@@ -6,0 +6,0 @@ "repository": {

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