Socket
Socket
Sign inDemoInstall

node-xlsx

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-xlsx - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

.babelrc

56

package.json
{
"name": "node-xlsx",
"author": "Olivier Louvignes",
"license": "Apache License, Version 2.0",
"version": "0.6.0",
"description": "Node.js excel parser & builder",
"main": "index.js",
"author": "Olivier Louvignes <olivier@mg-crea.com>",
"version": "0.7.0",
"description": "NodeJS Excel files parser & builder",
"main": "lib/index.js",
"scripts": {
"test": "nodeunit test"
"start": "npm run test:watch",
"test": "mocha",
"test:watch": "npm run test -- --watch",
"test:coverage": "nyc --reporter=lcov npm test -- --reporter dot && nyc report",
"lint": "eslint src/",
"compile": "rimraf lib/*; babel src/ -d lib/ -s",
"compile:watch": "npm run compile -- -w",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/mgcrea/node-xlsx.git"
},
"keywords": [
"excel",
"xlsx"
],
"repository": "github:mgcrea/node-xlsx",
"license": "Apache-2.0",
"dependencies": {
"lodash.defaults": "^3.1.2",
"lodash.map": "^3.1.4",
"xlsx": "^0.8.0"
},
"devDependencies": {
"nodeunit": "^0.9.1"
}
"babel-cli": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0",
"codeclimate-test-reporter": "^0.3.1",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"expect": "^1.19.0",
"mocha": "^2.4.5",
"nyc": "^6.4.2",
"rimraf": "^2.5.2"
},
"keywords": [
"excel",
"parser",
"builder",
"xlsx",
"xls"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc