Socket
Socket
Sign inDemoInstall

react-apexcharts

Package Overview
Dependencies
20
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

.travis.yml

4

package.json
{
"name": "react-apexcharts",
"version": "1.0.9",
"version": "1.0.10",
"description": "React.js wrapper for ApexCharts",

@@ -27,6 +27,6 @@ "main": "dist/react-apexcharts.min.js",

"dependencies": {
"apexcharts": "^1.4.2",
"prop-types": "^15.5.7"
},
"peerDependencies": {
"apexcharts": "^2.1.8",
"react": ">=0.13"

@@ -33,0 +33,0 @@ },

@@ -5,3 +5,3 @@ <p align="center"><img src="https://apexcharts.com/media/react-apexcharts.png"></p>

<a href="https://github.com/apexcharts/react-apexcharts/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License"></a>
<!--<a href="https://travis-ci.com/apexcharts/react-apexcharts.js"><img src="https://api.travis-ci.com/apexcharts/react-apexcharts.js.svg?branch=master" alt="build" /></a>-->
<a href="https://travis-ci.com/apexcharts/react-apexcharts"><img src="https://api.travis-ci.com/apexcharts/react-apexcharts.svg?branch=master" alt="build" /></a>
<a href="https://www.npmjs.com/package/react-apexcharts"><img src="https://img.shields.io/npm/v/react-apexcharts.svg" alt="ver"></a>

@@ -22,5 +22,9 @@ </p>

##### Installing via npm
[![NPM](https://nodei.co/npm/react-apexcharts.png?mini=true)](https://npmjs.org/package/react-apexcharts)
```bash
npm install react-apexcharts apexcharts
```
## Usage
```js

@@ -111,2 +115,3 @@ import Chart from 'react-apexcharts'

## Development
#### Install dependencies

@@ -119,2 +124,3 @@

## Running the example
Basic example including update is included to show how to get started using ApexCharts with React easily.

@@ -130,2 +136,3 @@

#### Bundling
```bash

@@ -136,2 +143,3 @@ npm run build

## License
React-ApexCharts is released under MIT license. You are free to use, modify and distribute this software, as long as the copyright header is left intact.
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