Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

nodegit-kit

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodegit-kit - npm Package Compare versions

Comparing version
0.18.0
to
0.19.0
+1
-1
lib/log.js

@@ -23,3 +23,3 @@ 'use strict';

'abbrev-commit': o['abbrev-commit'] || false,
'max-count': Infinity // TODO: document
'max-count': o['max-count'] || Infinity
};

@@ -26,0 +26,0 @@

{
"name": "nodegit-kit",
"description": "Complementary NodeGit helpers returning native Promises, helps with git commands such as init, add, commit, status, diff",
"version": "0.18.0",
"version": "0.19.0",
"main": "lib/main.js",

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

@@ -141,2 +141,3 @@ NodeGit-Kit

- `abbrev` Number to specify a custom number of digits in combination with `abbrev-commit`, otherwise uses 'core.abbrev' config
- `max-count` Max number of commits to traverse

@@ -143,0 +144,0 @@ ```javascript