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

react-d3-brush

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-brush - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

2

lib/utils/brush.js

@@ -199,3 +199,3 @@ "use strict";

brushChart,
_react2['default'].createElement(_reactD3Core.Xaxis, _extends({ height: brushHeight }, otherProps, { margins: brushMargins })),
_react2['default'].createElement(_reactD3Core.Xaxis, _extends({ height: brushHeight }, otherProps, { margins: brushMargins, xLabel: false })),
_react2['default'].createElement(_reactD3Core.Yaxis, _extends({ height: brushHeight, yRange: yBrushRange, showYAxis: false, yLabel: false }, otherProps, { margins: brushMargins })),

@@ -202,0 +202,0 @@ _react2['default'].createElement('g', { ref: 'brushRect', className: 'react-d3-basic__brush__rect' })

{
"name": "react-d3-brush",
"version": "0.8.4",
"version": "0.8.5",
"description": "react-d3 brush implementation",

@@ -42,6 +42,6 @@ "main": "./lib/index",

"d3": "^3.5.6",
"react-d3-basic": "^0.11.1",
"react-d3-core": "^0.7.2",
"react-d3-basic": "^0.11.4",
"react-d3-core": "^0.8.2",
"react-dom": "^0.14.0"
}
}

@@ -211,3 +211,3 @@ "use strict";

{brushChart}
<Xaxis height={brushHeight} {...otherProps} margins={brushMargins}/>
<Xaxis height={brushHeight} {...otherProps} margins={brushMargins} xLabel={false} />
<Yaxis height={brushHeight} yRange={yBrushRange} showYAxis={false} yLabel={false} {...otherProps} margins={brushMargins}/>

@@ -214,0 +214,0 @@ <g ref="brushRect" className="react-d3-basic__brush__rect"></g>

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