dagre-compound
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -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; |
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
183913
1