New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ui5/webcomponents-react-charts

Package Overview
Dependencies
Maintainers
2
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-react-charts - npm Package Compare versions

Comparing version 0.0.0-8acd221c to 0.0.0-8bcfab6f17

dist/components/BarChart/BarChart.d.ts

47

package.json
{
"name": "@ui5/webcomponents-react-charts",
"version": "0.0.0-8acd221c",
"version": "0.0.0-8bcfab6f17",
"description": "Charts for ui5-webcomponents-react",
"main": "index.cjs.js",
"module": "index.esm.js",
"types": "index.d.ts",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./dist": "./dist/index.js",
"./dist/*": "./dist/*",
"./dist/*.js": "./dist/*.js"
},
"homepage": "https://sap.github.io/ui5-webcomponents-react",

@@ -18,16 +29,17 @@ "repository": {

"scripts": {
"clean": "rimraf cjs components interfaces internal lib util index.esm.js index.d.ts config.d.ts hooks",
"build": "rollup -c rollup.config.js"
"clean": "rimraf dist",
"build:css": "postcss --base src --dir dist/css src/**/*.css",
"build:css-bundle": "node ../../config/merge-css-modules.js",
"watch:css": "yarn build:css --watch"
},
"dependencies": {
"@babel/runtime": "7.9.6",
"lodash.debounce": "^4.0.8",
"react-content-loader": "^5.0.4",
"recharts": "2.0.0-beta.6"
"clsx": "2.1.0",
"react-content-loader": "7.0.0",
"recharts": "2.12.5"
},
"peerDependencies": {
"@ui5/webcomponents-react": "^0.9.0",
"@ui5/webcomponents-react-base": "^0.9.0",
"react": "^16.8.0",
"react-jss": "^10.0.4"
"@ui5/webcomponents-react": "~1.27.0",
"@ui5/webcomponents-react-base": "~1.27.0",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-jss": "^10.10.0"
},

@@ -37,3 +49,8 @@ "publishConfig": {

},
"gitHead": "8acd221cf42c3a2c74d5cbffb27407c4591a8a00"
"files": [
"dist",
"CHANGELOG.md",
"NOTICE.txt"
],
"gitHead": "8bcfab6f17dc11fe2f753cd3ad78f86fcd584583"
}
# @ui5/webcomponents-react-charts
Charts for ui5-webcomponents-react
Chart library for ui5-webcomponents-react.
## Usage
### Installation
```bash
yarn add @ui5/webcomponents-react-charts
npm install @ui5/webcomponents-react-charts
```
### Documentation
You can find an interactive documentation in our [Storybook](https://sap.github.io/ui5-webcomponents-react/).
## Contributing
## Contribute
### Create New Components
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md).
You can create new components with our cli: 🎉<br>
Using npm:
```bash
npm run create-component YOUR_COMPONENT_NAME
```
Using yarn:
```bash
yarn create-component YOUR_COMPONENT_NAME
```
These commands will create a new folder in the src folder, containing the index, the stylesheets as well as the demo.
## License
## Contribute
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/master/CONTRIBUTING.md).
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents-react).
## License
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/master/LICENSE) file.
<!-- Use the force -->

Sorry, the diff of this file is too big to display

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