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

js2excel

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js2excel - npm Package Compare versions

Comparing version

to
0.5.2

{
"name": "js2excel",
"version": "0.5.1",
"version": "0.5.2",
"author": "pomysky@gmail.com",

@@ -5,0 +5,0 @@ "description": "A simple module exports json data to excel",

@@ -6,4 +6,19 @@ ## js2excel

It is recommended to run webpack on node 6.x or higher.
Install the pkg with npm:
```
npm install js2excel --save
```
or yarn
```
yarn add js2excel
```
or bower
```
bower install js2excel

@@ -71,3 +86,3 @@ ```

// for webpack 3: dynamic import
import(/* webpackChunkName: "js2excel" */ 'js2excel').then(({default: js2excel}) => {
import(/* webpackChunkName: "js2excel" */ 'js2excel').then((js2excel) => {
js2excel(columns, rows, 'user-info-data');

@@ -74,0 +89,0 @@ }).catch((e) => {

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "umd",
"moduleResolution": "node",

@@ -6,0 +6,0 @@ "rootDir": "src",