🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-simple-network-graph

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-network-graph - npm Package Compare versions

Comparing version

to
0.1.2

3

package.json
{
"name": "react-simple-network-graph",
"version": "0.1.1",
"version": "0.1.2",
"description": "A react component for interactive network graph diagrams.",
"repository": "https://github.com/andypea/react-simple-network-graph",
"bugs": "https://github.com/andypea/react-simple-network-graph/issues",
"homepage": "https://andypea.github.io/react-simple-network-graph",
"main": "dist/bundle.cjs",

@@ -8,0 +9,0 @@ "type": "module",

@@ -48,2 +48,4 @@ # react-simple-network-graph

<DynamicNetworkGraph
width={400}
height={400}
vertices={[

@@ -50,0 +52,0 @@ { id: "Gacrux", label: "Gacrux", fill: "yellow", position: { cx: 200, cy: 100 }, },