Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

canvasjs-react-charts

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvasjs-react-charts - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

index.js

@@ -37,5 +37,6 @@ var React = require('react');

}
render() {
//return React.createElement('div', { id: this.chartContainerId, style: this.containerProps });
return <div id = {this.chartContainerId} style = {this.containerProps}/>
render() {
return (
<div id = {this.chartContainerId} style = {this.containerProps}/>
)
}

@@ -42,0 +43,0 @@ }

{
"name": "canvasjs-react-charts",
"version": "1.0.1",
"version": "1.0.2",
"description": "A package for React CanvasJS Charts",

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

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