Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

dagre-compound

Package Overview
Dependencies
3
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

1

dist/types/core/interface.d.ts

@@ -82,2 +82,3 @@ import { BaseNode } from './graph';

edgeSep: number;
align?: 'UL' | 'UR' | 'DL' | 'DR';
};

@@ -84,0 +85,0 @@ };

@@ -34,2 +34,3 @@ import { AttrDef, BaseEdge } from './core/interface';

export interface HierarchyBaseNodeInfo {
id: any;
name: string;

@@ -55,2 +56,3 @@ type: HierarchyNodeType | number;

paddingBottom: number;
[key: string]: any;
}

@@ -71,2 +73,3 @@ export interface HierarchyBaseEdgeInfo {

baseEdgeList: BaseEdge[];
[key: string]: any;
}

@@ -73,0 +76,0 @@ export interface HierarchyGraphNodeInfo extends HierarchyBaseNodeInfo {

2

package.json
{
"name": "dagre-compound",
"version": "0.0.7",
"version": "0.0.8",
"description": "A multi-level compound graph layout library based on dagre",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc