Socket
Socket
Sign inDemoInstall

gitlog

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlog - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

6

index.js

@@ -86,3 +86,3 @@ module.exports = gitlog

//File and file status
command += ' --name-status'
command += fileNameAndStatus(options)

@@ -106,2 +106,6 @@ debug('command', command)

function fileNameAndStatus(options) {
return options.nameStatus ? ' --name-status' : '';
}
function parseCommits(commits, fields,nameStatus) {

@@ -108,0 +112,0 @@ return commits.map(function(commit) {

2

package.json
{
"name": "gitlog",
"version": "2.1.1",
"version": "2.1.2",
"description": "Git log parser for Node.JS",

@@ -5,0 +5,0 @@ "main": "index.js",

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