@antv/hierarchy
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@antv/hierarchy", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "layout algorithms for visualizing hierarchical data", | ||
@@ -5,0 +5,0 @@ "main": "build/hierarchy.js", |
@@ -65,3 +65,3 @@ | ||
// fixed root position, default value is false | ||
const { fixedRoot } = options; | ||
const fixedRoot = options.fixedRoot; | ||
if (!fixedRoot) { | ||
@@ -68,0 +68,0 @@ root.translate(-(root.x + root.width / 2 + root.hgap), -(root.y + root.height / 2 + root.vgap)); |
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
1920400
1