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

d3

Package Overview
Dependencies
Maintainers
1
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3 - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

2

package.json
{
"name": "d3",
"version": "2.9.0",
"version": "2.9.1",
"description": "A small, free JavaScript library for manipulating documents based on data.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,1 +0,1 @@

d3 = {version: "2.9.0"}; // semver
d3 = {version: "2.9.1"}; // semver

@@ -126,3 +126,2 @@ d3.svg.brush = function() {

g.style("pointer-events", "none").selectAll(".resize").style("display", null);
g.select(".background").style("display", "none"); // workaround for IE9 bug
d3.select("body").style("cursor", eventTarget.style("cursor"));

@@ -252,3 +251,2 @@

g.style("pointer-events", "all").selectAll(".resize").style("display", brush.empty() ? "none" : null);
g.select(".background").style("display", null); // workaround for IE9 bug
d3.select("body").style("cursor", null);

@@ -255,0 +253,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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