🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

ember-cli-data-export

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-data-export - npm Package Compare versions

Comparing version

to
0.1.1

@@ -43,6 +43,6 @@ import Ember from "ember";

else if(typeof cell.v === 'boolean') cell.t = 'b';
else if(cell.v instanceof Date) {
cell.t = 'n'; cell.z = XLSX.SSF._table[14];
cell.v = datenum(cell.v);
}
//else if(cell.v instanceof Date) {
// cell.t = 'n'; cell.z = XLSX.SSF._table[14];
// cell.v = datenum(cell.v);
//}
else cell.t = 's';

@@ -49,0 +49,0 @@

{
"name": "ember-cli-data-export",
"version": "0.1.0",
"version": "0.1.1",
"author" : "Matt Armstrong",

@@ -5,0 +5,0 @@ "description": "Provides ability to export a set of json data as excel or csv file.",

Sorry, the diff of this file is not supported yet