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.1 to 1.3.2

2

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

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

@@ -73,4 +73,6 @@ import React, { Component } from 'react';

componentWillUnmount () {
this.chart.destroy();
this.chart.__destroyed = true;
if (this.chart) { // Fixes #14
this.chart.destroy();
this.chart.__destroyed = true;
}
}

@@ -77,0 +79,0 @@

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