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

dagre-compound

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.2

1

dist/types/core/graph.d.ts

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

edges: BaseEdge[];
constructor();
}

@@ -26,0 +25,0 @@ export declare function addEdgeToGraph(graph: SlimGraph, outputNode: BaseNode, input: NodeInputDef): void;

1

dist/types/interface.d.ts

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

}
export { LayoutConfig } from './core/interface';
export declare type RankDirection = 'TB' | 'BT' | 'LR' | 'RL';

@@ -8,0 +9,0 @@ export interface HierarchyGraphOption {

{
"name": "dagre-compound",
"version": "0.0.1",
"version": "0.0.2",
"description": "A multi-level compound graph layout library based on dagre",

@@ -31,3 +31,3 @@ "keywords": [

"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts' --fix",
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test-data/**/*.ts' --fix",
"prebuild": "rimraf dist",

@@ -47,3 +47,2 @@ "doc": "typedoc --out docs --target es6 --theme minimal --mode file src",

"travis-deploy-once": "travis-deploy-once",
"prepush": "npm run test:prod && npm run build",
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS"

@@ -50,0 +49,0 @@ },

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