New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

net-to-img

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net-to-img

A CLI tool to quickly render a network's topology as an image

  • 0.1.0
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

net-to-img

A CLI tool to quickly render a network's topology as an image. Its goal is to make it easy to visually detect some graph patterns (stars for instance).

Installation

npm install --global net-to-img

Usage

At the moment, net-to-img only supports GraphML and GEXF formats, and only writes images as PNG images:

net-to-img path/to/graph/file path/to/output/image

To see the list of all options, run:

net-to-img --help

Disclaimer

This tool has been developped quite quickly (thanks for all the job previously done in the Graphology environment by Guillaume Plique), and it breaks very easily, on a lot of the graph files I tried it on. It could be improved, especially around the following issues:

  • Errors management
  • Stronger GraphML parser
  • Louvain multi-graph support
  • Auto sizes for nodes
  • More graph formats (GML, JSON...)
  • More image formats (JPG, SVG...)
  • ...

Keywords

FAQs

Package last updated on 24 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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