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

react-jsx-highcharts

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jsx-highcharts - npm Package Compare versions

Comparing version 1.3.3-pre.1 to 1.3.3

2

package.json
{
"name": "react-jsx-highcharts",
"version": "1.3.3-pre.1",
"version": "1.3.3",
"description": "Highcharts charts built using React components",

@@ -5,0 +5,0 @@ "main": "dist/react-jsx-highcharts.min.js",

@@ -7,5 +7,14 @@ import React, { Component } from 'react';

static propTypes = {
id: PropTypes.string.isRequired
id: PropTypes.string.isRequired,
update: PropTypes.func // Provided by ChartProvider
};
componentDidMount () {
this.props.update({
chart: {
inverted: true
}
});
}
render () {

@@ -12,0 +21,0 @@ return (

import BarSeries from './BarSeries';
export default BarSeries;
import provideChart from '../ChartProvider';
export default provideChart(BarSeries);

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

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