You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

react-highcharts

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "react-highcharts",
"version": "0.0.7",
"version": "0.0.8",
"description": "React wrapper for highcharts",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ global.HighchartsAdapter = require('exports?HighchartsAdapter!Highcharts/js/adapters/standalone-framework.src');

if (!this.props.config) {
throw newError('Config has to be specified, for the Highchart component')
throw new Error('Config has to be specified, for the Highchart component');
}

@@ -35,2 +35,4 @@

}
});
});
module.exports.Highcharts = Highcharts;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc