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

@@ -11,6 +11,7 @@ module.exports = {

afterInstall: function(options) {
return this.addBowerPackageToProject("file-saver").then(function() {
return this.addBowerPackageToProject("Blob");
});
return this.addBowerPackageToProject([
{name: "file-saver"},
{name:"Blob"}
]);
}
};
{
"name": "ember-cli-data-export",
"version": "0.0.3",
"version": "0.0.4",
"author" : "Matt Armstrong",

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

"ember-cli-babel": "^5.1.3",
"ember-cli-sheetjs": "0.0.5"
"ember-cli-sheetjs": "^0.0.5"
},

@@ -50,0 +50,0 @@ "ember-addon": {

Sorry, the diff of this file is not supported yet