🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

isomorphic-git

Package Overview
Dependencies
Maintainers
3
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-git - npm Package Compare versions

Comparing version
1.39.0
to
1.40.0
+4
-0
managers/index.d.cts

@@ -106,2 +106,6 @@ export const __esModule: boolean;

parent: string[];
/**
* Changed files as `[newOid, oldOid, filepath]`; present when `log` is called with `includeChanges: true`.
*/
changes?: (string | null)[][] | undefined;
author: {

@@ -108,0 +112,0 @@ name: string;

@@ -105,2 +105,6 @@ export type TreeEntry = {

parent: string[];
/**
* Changed files as `[newOid, oldOid, filepath]`; present when `log` is called with `includeChanges: true`.
*/
changes?: (string | null)[][] | undefined;
author: {

@@ -107,0 +111,0 @@ name: string;

+1
-1
{
"name": "isomorphic-git",
"version": "1.39.0",
"version": "1.40.0",
"description": "A pure JavaScript reimplementation of git for node and browsers",

@@ -5,0 +5,0 @@ "type": "module",

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

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

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

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

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

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

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

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

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