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.5 to 0.0.6

3

dist/types/core/render-info.d.ts
import { Hierarchy } from './hierarchy';
import { GroupNode, MetaEdge, Node, Point } from './interface';
import { AttrDef, GroupNode, MetaEdge, Node, Point } from './interface';
import { graphlib } from 'dagre';

@@ -39,2 +39,3 @@ export declare class RenderGraphInfo {

displayName: any;
attr: AttrDef;
constructor(node: T);

@@ -41,0 +42,0 @@ }

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

import { AttrDef } from './core/interface';
export declare enum HierarchyNodeType {

@@ -35,2 +36,3 @@ META = 0,

type: HierarchyNodeType | number;
attr: AttrDef;
parentNodeName: string | null;

@@ -37,0 +39,0 @@ coreBox: {

export declare type DeepPartial<T> = {
[P in keyof T]?: DeepPartial<T[P]>;
};
export declare function creatInnerId(id: string): string;
export declare function createInnerId(id: string): string;
{
"name": "dagre-compound",
"version": "0.0.5",
"version": "0.0.6",
"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