New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.4 to 1.1.0

2

lib/utils/brush.js

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

_d32['default'].select(_reactDom2['default'].findDOMNode(this.refs.brushRect)).call(brush).selectAll('rect').attr("y", -6).attr("height", brushHeight - brushMargins.bottom - brushMargins.top + 7).style('stroke', '#FFF').style('fill-opacity', .125).style('shape-rendering', 'crispEdges');
var brushDom = _d32['default'].select(_reactDom2['default'].findDOMNode(this.refs.brushRect)).call(brush).selectAll('rect').attr("y", -6).attr("height", brushHeight - brushMargins.bottom - brushMargins.top + 7).style('stroke', '#FFF').style('fill-opacity', .25).style('shape-rendering', 'crispEdges');

@@ -124,0 +124,0 @@ this.setState({

{
"name": "react-d3-brush",
"version": "1.0.4",
"version": "1.1.0",
"description": "react-d3 brush implementation",

@@ -43,3 +43,3 @@ "main": "./lib/index",

"d3": "^3.5.6",
"react-d3-basic": "^1.1.5",
"react-d3-basic": "^1.2.0",
"react-d3-core": "^1.0.5",

@@ -46,0 +46,0 @@ "react-dom": "^0.14.0"

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

d3.select(ReactDOM.findDOMNode(this.refs.brushRect))
var brushDom = d3.select(ReactDOM.findDOMNode(this.refs.brushRect))
.call(brush)

@@ -131,3 +131,3 @@ .selectAll('rect')

.style('stroke', '#FFF')
.style('fill-opacity', .125)
.style('fill-opacity', .25)
.style('shape-rendering', 'crispEdges');

@@ -134,0 +134,0 @@

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