📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP →

girror

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

girror - npm Package Compare versions

Comparing version

to
0.2.7

@@ -41,3 +41,3 @@ var fs = require('fs');

var f = path.join(dir, girrorfile);
return path.exists(f, function(exists) {
return fs.exists(f, function(exists) {
if (exists) {

@@ -44,0 +44,0 @@ return _parseFile(f, function(err, meta) {

@@ -5,3 +5,3 @@ {

"description": "Efficient mirror of git repositories. Great for continuous deployment",
"version": "0.2.6",
"version": "0.2.7",
"repository": {

@@ -13,3 +13,3 @@ "type": "git",

"engines": {
"node": "~0.6.10"
"node": "~0.8.2"
},

@@ -22,3 +22,3 @@ "bin": {

"async": "0.1.18",
"ctxobj": "0.2.0",
"ctxobj": "0.2.1",
"commander": "0.5.2",

@@ -25,0 +25,0 @@ "logule": "0.6.1",

Sorry, the diff of this file is not supported yet