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

react-d3-core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-core - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "react-d3-core",
"version": "0.0.14",
"version": "0.0.15",
"description": "react chart core component",

@@ -5,0 +5,0 @@ "main": "./index.jsx",

@@ -33,7 +33,7 @@ "use strict";

componentDidMount() {
const {
var {
xScaleSet,
yScaleSet,
onZoom
} = this.props
} = this.props;

@@ -44,3 +44,3 @@ var zoom = d3.behavior.zoom()

.scaleExtent([1, 10])
.on("zoom", onZoom);
.on("zoom", () => { onZoom.call(this, xScaleSet, yScaleSet) });

@@ -47,0 +47,0 @@ d3.select(React.findDOMNode(this.refs.svgContainer))

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