🚀 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.2

@@ -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.1",
"version": "0.1.2",
"author" : "Matt Armstrong",

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

"xlsx": "^0.8.0",
"ember-select-list": "0.9.5",
"ember-cli-htmlbars": "0.7.9"

@@ -34,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet