parsegraph-direction
Advanced tools
Comparing version 2.3.0 to 2.4.0-dev
@@ -54,2 +54,7 @@ import Axis from "./Axis"; | ||
findPaintGroup(): DirectionNode; | ||
pathToRoot(): PaintGroupNode[]; | ||
isPaintedBefore(other: PaintGroupNode): boolean; | ||
isPaintedAfter(other: DirectionNode): boolean; | ||
findDistance(other: PaintGroupNode): number; | ||
findPaintGroupInsert(inserted: PaintGroupNode): [PaintGroupNode, PaintGroupNode]; | ||
/** | ||
@@ -56,0 +61,0 @@ * Finds the first paint group to be drawn that is a descendant of this |
@@ -7,2 +7,6 @@ import { SiblingNode } from "./DirectionNodeSiblings"; | ||
findFirstPaintGroup(): PaintGroupNode; | ||
findPaintGroupInsert(inserted: PaintGroupNode): [PaintGroupNode, PaintGroupNode]; | ||
findDistance(other: PaintGroupNode): number; | ||
pathToRoot(): PaintGroupNode[]; | ||
isPaintedBefore(other: PaintGroupNode): boolean; | ||
} | ||
@@ -9,0 +13,0 @@ export default class DirectionNodePaintGroup { |
{ | ||
"name": "parsegraph-direction", | ||
"version": "2.3.0", | ||
"version": "2.4.0-dev", | ||
"description": "direction", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
646988
43
5640
1