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

js2excel

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js2excel - npm Package Compare versions

Comparing version

to
0.1.1

index.js

13

package.json
{
"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"