Socket
Socket
Sign inDemoInstall

isomorphic-git

Package Overview
Dependencies
Maintainers
1
Versions
408
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 0.0.25 to 0.0.26

2

dist/for-browserify/utils.js

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

var name = "isomorphic-git";
var version = "0.0.25";
var version = "0.0.26";
var description = "A pure JavaScript implementation of git for node and browsers!";

@@ -543,0 +543,0 @@ var main = "dist/for-node/";

@@ -953,2 +953,5 @@ import path from 'path';

}
} else if (treeOid !== null && indexEntry === null) {
// stats !== null by process of elimination
return '*undeleted';
} else if (indexEntry !== null && !cacheIsStale({ entry: indexEntry, stats })) {

@@ -1005,3 +1008,3 @@ if (indexEntry.oid === treeOid) {

var version$1 = "0.0.25";
var version$1 = "0.0.26";

@@ -1008,0 +1011,0 @@ function version() {

@@ -187,3 +187,3 @@ import systemfs from 'fs';

var name = "isomorphic-git";
var version = "0.0.25";
var version = "0.0.26";
var description = "A pure JavaScript implementation of git for node and browsers!";

@@ -190,0 +190,0 @@ var main = "dist/for-node/";

@@ -959,2 +959,5 @@ 'use strict';

}
} else if (treeOid !== null && indexEntry === null) {
// stats !== null by process of elimination
return '*undeleted';
} else if (indexEntry !== null && !cacheIsStale({ entry: indexEntry, stats })) {

@@ -1011,3 +1014,3 @@ if (indexEntry.oid === treeOid) {

var version$1 = "0.0.25";
var version$1 = "0.0.26";

@@ -1014,0 +1017,0 @@ function version() {

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

var name = "isomorphic-git";
var version = "0.0.25";
var version = "0.0.26";
var description = "A pure JavaScript implementation of git for node and browsers!";

@@ -196,0 +196,0 @@ var main = "dist/for-node/";

{
"name": "isomorphic-git",
"version": "0.0.25",
"version": "0.0.26",
"description": "A pure JavaScript implementation of git for node and browsers!",

@@ -5,0 +5,0 @@ "main": "dist/for-node/",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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