Socket
Socket
Sign inDemoInstall

dagre-compound

Package Overview
Dependencies
0
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

3

dist/types/core/graph.d.ts

@@ -23,2 +23,3 @@ import { graphlib } from 'dagre';

edges: BaseEdge[];
constructor();
}

@@ -38,6 +39,6 @@ export declare function addEdgeToGraph(graph: SlimGraph, outputNode: BaseNode, input: NodeInputDef): void;

type: NodeType;
path: any[];
constructor(name: string, opt?: {});
getFirstChild(): GroupNode | BaseNode;
getChildren(): Array<GroupNode | BaseNode>;
getRootNode(): Node;
leaves(): any[];

@@ -44,0 +45,0 @@ }

@@ -62,5 +62,5 @@ import { BaseNode } from './graph';

depth: number;
path: any[];
getFirstChild(): GroupNode | Node;
getChildren(): Array<GroupNode | BaseNode>;
getRootNode(): Node;
leaves(): any[];

@@ -67,0 +67,0 @@ }

import { LayoutConfig } from './interface';
import { RenderGroupNodeInfo, RenderNodeInfo } from './render-info';
export declare function layoutScene(renderNodeInfo: RenderGroupNodeInfo, setting?: LayoutConfig): void;
export declare function layoutChildren(renderNodeInfo: RenderGroupNodeInfo, setting: LayoutConfig): void;
export declare function layoutMetaNode(renderNodeInfo: RenderGroupNodeInfo, setting: LayoutConfig): void;
import { DeepPartial } from '../util';
export declare function layoutScene(renderNodeInfo: RenderGroupNodeInfo, setting?: DeepPartial<LayoutConfig>): void;
export declare function layoutChildren(renderNodeInfo: RenderGroupNodeInfo, setting?: DeepPartial<LayoutConfig>): void;
export declare function layoutMetaNode(renderNodeInfo: RenderGroupNodeInfo, setting?: DeepPartial<LayoutConfig>): void;
export declare function computeCXPositionOfNodeShape(renderInfo: RenderNodeInfo): number;

@@ -47,4 +47,2 @@ import { Hierarchy } from './hierarchy';

points: Point[];
startMarkerId: string;
endMarkerId: string;
constructor(metaEdge: MetaEdge);

@@ -51,0 +49,0 @@ }

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

type: HierarchyNodeType | number;
cardinality: number;
attr: AttrDef;

@@ -39,0 +40,0 @@ parentNodeName: string | null;

@@ -11,2 +11,3 @@ declare module 'dagre' {

edgesep?: number;
align?: string;
}

@@ -13,0 +14,0 @@ interface EdgeObject {

{
"name": "dagre-compound",
"version": "0.0.8",
"version": "0.0.9",
"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