{ | ||
"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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
97
18.29%5737
-99.37%6
-25%28
-99.2%1
Infinity%