Socket
Socket
Sign inDemoInstall

zingchart-react

Package Overview
Dependencies
6
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.4 to 3.2.0

dist/zingchart-react.cjs.js

97

package.json
{
"name": "zingchart-react",
"version": "3.1.4",
"version": "3.2.0",
"description": "ZingChart React Component wrapper to allow native react syntax for javascript charts, chart events, chart methods and chart styling.",
"author": "ZingSoft Inc.",
"license": "MIT",
"repository": "zingchart/zingchart-react",
"main": "dist/zingchart-react.js",
"module": "dist/zingchart-react.es.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zingchart/zingchart-react.git"
},
"main": "dist/zingchart-react.cjs.js",
"module": "dist/zingchart-react.esm.js",
"jsnext:main": "dist/zingchart-react.es.js",

@@ -25,56 +28,58 @@ "homepage": "https://www.zingchart.com/",

"scripts": {
"prepare": "npm run build",
"build": "rollup -c",
"build:watch": "rollup -c -W",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"commit": "git-cz",
"start": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build",
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:unit": "mocha --config=./.configs/.mocharc.js",
"test:watch": "react-scripts test --env=jsdom",
"release-notes": "conventional-changelog -p angular -o CHANGELOG.md",
"release-notes-all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
"test:unit": "mocha --config=./.configs/.mocharc.js"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
},
"dependencies": {
"zingchart": "latest",
"zingchart-constants": "github:zingchart/zingchart-constants#master"
},
"devDependencies": {
"@svgr/rollup": "^6.1.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"chai": "^4.3.10",
"chai-fs": "^2.0.0",
"commitizen": "^4.1.2",
"cross-env": "^5.1.4",
"cz-conventional-changelog": "^3.2.0",
"gh-pages": "^1.2.0",
"mocha": "^7.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "^4.0.3",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"react-scripts": "^5.0.1",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-url": "^1.4.0"
"web-vitals": "^3.5.0"
},
"files": [
"dist"
"dist/*"
],
"dependencies": {
"zingchart": "latest",
"zingchart-constants": "github:zingchart/zingchart-constants#master"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
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