Comparing version
{ | ||
"name": "js2excel", | ||
"version": "0.0.1", | ||
"version": "0.1.1", | ||
"author": "pomysky@gmail.com", | ||
@@ -21,8 +21,10 @@ "description": "A simple module exports json data to excel", | ||
"scripts": { | ||
"prepush": "npm ilint", | ||
"prepush": "npm run ilint", | ||
"ilint": "./node_modules/.bin/eslint src/**/*.js", | ||
"fix": "./node_modules/.bin/eslint --fix src/**/*.js", | ||
"build": "./node_modules/.bin/webpack --config ./webpack.config.js --progress --display-error-details" | ||
"build": "./node_modules/.bin/webpack --config ./webpack.config.js --progress --display-error-details", | ||
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"file-saver": "^1.3.3", | ||
"xlsx": "^0.10.6" | ||
@@ -39,2 +41,7 @@ }, | ||
"eslint": "^3.13.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.6.1", | ||
"eslint-plugin-node": "^5.1.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"husky": "^0.13.3", | ||
@@ -41,0 +48,0 @@ "webpack": "^3.0.0" |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
8202
251.11%9
125%188
Infinity%2
100%15
50%+ Added
+ Added