🚀 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 Versions

0.6.0

Diff
andypea
published 0.6.0 •
andypea
published 0.5.0 •
andypea
published 0.4.0 •

Changelog

Source

[0.4.0] - 2023-07-11

Changed

  • Change bundle name to dist/react-simple-network-graph.js.
  • Transition original source files to Typescript.
  • Use the Typescript compiler (tsc) to transpile instead of Babel (Babel is still used for transpilation by Storybook).
andypea
published 0.3.0 •

Changelog

Source

[0.3.0] - 2023-07-06

Changed

  • Made the graph automatically rescale when the SVG is resized.
andypea
published 0.2.1 •

Changelog

Source

[0.2.1] - 2023-05-26

Fixed

  • DynamicNetworkGraph: Fix vertex positions before rendering, so they don't jump around after first frame.
andypea
published 0.2.0 •

Changelog

Source

[0.2.0] - 2023-05-26

Added

  • Add a repulsive inter-body force to the default numerical simulation.
andypea
published 0.1.2 •

Changelog

Source

[0.1.2] - 2023-05-14

Added

  • Add more examples demonstrating usage.
andypea
published 0.1.1 •

Changelog

Source

[0.1.1] - 2023-05-10

Added

  • Add a GitHub Action to build and deploy the website.
  • Add more checks to the prepublishonly script.
andypea
published 0.1.0 •

Changelog

Source

[0.1.0] - 2023-05-10

Added

  • <NetworkGraph /> renders a static network graph.
  • <DynamicNetworkGraph /> renders a dynamic network graph with draggable vertices.