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

@antv/hierarchy

Package Overview
Dependencies
Maintainers
16
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/hierarchy - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"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));

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