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

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

afterInstall: function(options) {
return this.addBowerPackageToProject("file-saver");
return this.addBowerPackageToProject("file-saver").then(function() {
return this.addBowerPackageToProject("Blob");
});
}
};
{
"name": "ember-cli-data-export",
"version": "0.0.1",
"version": "0.0.2",
"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