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

nodelayout

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodelayout - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "nodelayout",
"version": "1.3.2",
"version": "1.3.3",
"description": "For node Layout.",

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

@@ -59,3 +59,5 @@ # nodeLayout

title: "step8",
id: "0"
id: "0",
x: 100,
y: 200
}, {

@@ -62,0 +64,0 @@ title: "step9",

@@ -332,4 +332,4 @@ import * as d3 from "d3";

});
nodeData[0].x = 700;
nodeData[0].y = svgHeight/2 + 100;
/* nodeData[0].x = 700;
nodeData[0].y = svgHeight/2 + 100; */
renderNodes({ data: nodeData });

@@ -336,0 +336,0 @@ // node connect line

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

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