Socket
Socket
Sign inDemoInstall

recharts

Package Overview
Dependencies
82
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

.babelrc

67

package.json
{
"name": "recharts",
"version": "0.1.0",
"description": "An easy react charts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.2.0",
"description": "React charts",
"main": "src/index.js",
"keywords": [
"react",
"reactjs",
"chart"
],
"repository": {
"type": "git",
"url": "git+https://github.com/recharts/recharts.git"
"url": "https://github.com/recharts/recharts.git"
},
"keywords": [
"react",
"charts"
],
"author": "Recharts",
"license": "MIT",
"author": "recharts group",
"bugs": {
"url": "https://github.com/recharts/recharts/issues"
},
"homepage": "https://github.com/recharts/recharts#readme"
"homepage": "https://github.com/recharts/recharts",
"peerDependencies": {
"react": "0.14.3",
"react-dom": "0.14.3"
},
"dependencies": {
"d3-scale": "0.4.0",
"d3-shape": "0.2.2",
"react-addons-create-fragment": "0.14.3",
"recharts-scale": "0.1.4-beta"
},
"devDependencies": {
"babel-core": "6.3.21",
"babel-eslint": "5.0.0-beta6",
"babel-loader": "6.2.0",
"babel-plugin-transform-export-extensions": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"chai": "3.4.1",
"eslint": "1.10.3",
"eslint-config-airbnb": "2.1.1",
"eslint-plugin-react": "3.13.0",
"history": "1.17.0",
"isparta": "4.0.0",
"mocha": "2.3.4",
"node-libs-browser": "0.5.3",
"react": "0.14.3",
"react-dom": "0.14.3",
"react-hot-loader": "1.3.0",
"react-router": "1.0.3",
"recharts-color-utils": "^0.1.1",
"require-dir": "0.3.0",
"webpack": "1.12.9",
"webpack-dev-server": "1.14.0"
},
"scripts": {
"demo": "./node_modules/.bin/webpack-dev-server --progress --port 3000 --colors --content-base demo --hot --inline --config demo/webpack.config.js",
"test": "./node_modules/.bin/mocha --compilers js:babel/register --recursive",
"test-cov": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta --report html cover _mocha -- --recursive",
"lint": "./node_modules/.bin/eslint src test"
},
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc