Socket
Socket
Sign inDemoInstall

ember-cli-data-export-with-style

Package Overview
Dependencies
287
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 4.0.0

9

index.js

@@ -11,11 +11,4 @@ 'use strict';

return false;
},
}
included: function(app) {
this._super.included(app);
app.import('vendor/Blob.js');
app.import('vendor/FileSaver-1.3.3.js');
app.import('vendor/jszip-0.10.8.js');
app.import('vendor/xlsx.core.min.js');
}
};

2

package.json
{
"name": "ember-cli-data-export-with-style",
"version": "3.3.0",
"version": "4.0.0",
"description": "Provides ability to export a set of json data as excel or csv file with excel cell styles.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,4 +21,16 @@ ember-cli-data-export-with-style

```
After installing ember-cli-data-export-with-style dependency,
you need to import following 4 javascript files directly from the imported addon such as:
```
included: function(app) {
this._super.included(app);
app.import('node_modules/ember-cli-data-export-with-style/vendor/Blob.js');
app.import('node_modules/ember-cli-data-export-with-stylevendor/FileSaver-1.3.3.js');
app.import('node_modules/ember-cli-data-export-with-stylevendor/jszip-0.10.8.js');
app.import('node_modules/ember-cli-data-export-with-stylevendor/xlsx.core.min.js');
}
```
Usage

@@ -25,0 +37,0 @@ ------------------------------------------------------------------------------

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc