Comparing version 0.2.17 to 0.2.18
{ | ||
"name": "j", | ||
"version": "0.2.17", | ||
"version": "0.2.18", | ||
"author": "sheetjs", | ||
@@ -12,4 +12,4 @@ "description": "data wrangler", | ||
"dependencies": { | ||
"xlsjs": "~0.6.13", | ||
"xlsx": "~0.5.13", | ||
"xlsjs": "~0.6.15", | ||
"xlsx": "~0.5.14", | ||
"commander":"" | ||
@@ -16,0 +16,0 @@ }, |
@@ -26,3 +26,3 @@ /* j -- (C) 2013-2014 SheetJS -- http://sheetjs.com */ | ||
function cmparr(x){ console.log(x); for(var i=1;i!=x.length;++i) assert.deepEqual(x[0], x[i]); } | ||
function cmparr(x){ for(var i=1;i!=x.length;++i) assert.deepEqual(x[0], x[i]); } | ||
@@ -36,7 +36,5 @@ var mfopts = opts; | ||
for(var j = 1; j != r.length; ++j) f[j-1] = J.readFile(dir + r[0] + r[j], mfopts); | ||
console.log(f.length); | ||
}); | ||
it('should have the same sheetnames', function() { | ||
cmparr(f.map(function(x) { return x[1].SheetNames; })); | ||
console.log(f.length); | ||
}); | ||
@@ -46,2 +44,3 @@ it.skip('should have the same ranges', function() { | ||
var ss = f.map(function(x) { return x[1].Sheets[s]; }); | ||
console.log(ss.map(function(s) { return s['!ref']; })); | ||
cmparr(ss.map(function(s) { return s['!ref']; })); | ||
@@ -48,0 +47,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36739
182
Updatedxlsjs@~0.6.15
Updatedxlsx@~0.5.14