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

dagre-d3

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dagre-d3 - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

CHANGELOG.md

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

v0.2.3
======
* Fix to allow fill to be set via CSS
v0.2.2

@@ -2,0 +7,0 @@ ======

2

lib/Renderer.js

@@ -429,3 +429,3 @@ var layout = require('dagre').layout;

.attr('height', bbox.height + 2 * marginY)
.style('fill', '#fff');
.attr('fill', '#fff');

@@ -432,0 +432,0 @@ if (addingNode) {

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

module.exports = '0.2.2';
module.exports = '0.2.3';
{
"name": "dagre-d3",
"version": "0.2.2",
"version": "0.2.3",
"description": "A D3-based renderer for Dagre",

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

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