Socket
Socket
Sign inDemoInstall

nodelayout

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.9 to 1.5.0

2

package.json
{
"name": "nodelayout",
"version": "1.3.9",
"version": "1.5.0",
"description": "For node Layout.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -270,3 +270,3 @@ import * as d3 from "d3";

function init(params = {}) {
const wrap = d3.select(`#${params.id}`).attr("height", svgHeight);
const wrap = d3.select(`#${params.id}`).attr("height", svgHeight).html("");
const queryWrap = document.querySelector(`#${params.id}`)

@@ -343,2 +343,3 @@ leftSize = queryWrap.offsetLeft

if (params.lines) {
connectData = []
params.lines.forEach((item, index) => {

@@ -345,0 +346,0 @@ const startIndex = item.startIndex

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc