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.4-pre.1 to 1.3.4-pre.2

2

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

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

@@ -74,3 +74,3 @@ import React, { Component } from 'react';

if (this.chart) { // Fixes #14
this.chart.destroy();
window.setTimeout(this.chart.destroy.bind(this.chart), 1);
this.chart.__destroyed = true;

@@ -77,0 +77,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