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

dagre-compound

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dagre-compound - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

dist/types/core/graph.d.ts

@@ -35,5 +35,2 @@ import { graphlib } from 'dagre';

name: string;
opHistogram: {
[p: string]: number;
};
parentNode: Node;

@@ -40,0 +37,0 @@ type: NodeType;

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

depth: number;
opHistogram: {
[node: string]: number;
};
getFirstChild(): GroupNode | Node;

@@ -67,0 +64,0 @@ getChildren(): Array<GroupNode | BaseNode>;

4

dist/types/core/render-info.d.ts

@@ -6,7 +6,6 @@ import { Hierarchy } from './hierarchy';

hierarchy: Hierarchy;
displayingStats: boolean;
private readonly index;
private readonly hasSubHierarchy;
root: RenderGroupNodeInfo;
constructor(hierarchy: Hierarchy, displayingStats: boolean);
constructor(hierarchy: Hierarchy);
getRenderInfoNodes(): RenderNodeInfo[];

@@ -32,3 +31,2 @@ getSubHierarchy(): {

};
inboxWidth: number;
outboxWidth: number;

@@ -35,0 +33,0 @@ labelOffset: number;

@@ -48,3 +48,2 @@ export declare enum HierarchyNodeType {

outboxWidth: number;
inboxWidth: number;
paddingTop: number;

@@ -67,6 +66,2 @@ paddingLeft: number;

v: string;
points: Array<{
x: number;
y: number;
}>;
} | null;

@@ -73,0 +68,0 @@ }

{
"name": "dagre-compound",
"version": "0.0.4",
"version": "0.0.5",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc