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.1.0 to 0.1.1

6

CHANGELOG.md

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

v0.1.1
======
* drawEdgePaths now gets the input graph as its first argument, not the layout
graph. This makes it consistent with drawNodes and drawEdgeLabels.
v0.1.0

@@ -2,0 +8,0 @@ ======

2

lib/Renderer.js

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

var svgEdgePaths = this._drawEdgePaths(result, svg.select('g.edgePaths'));
var svgEdgePaths = this._drawEdgePaths(graph, svg.select('g.edgePaths'));

@@ -129,0 +129,0 @@ // Apply the layout information to the graph

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

module.exports = '0.1.0';
module.exports = '0.1.1';
{
"name": "dagre-d3",
"version": "0.1.0",
"version": "0.1.1",
"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