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

blooom

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blooom - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "blooom",
"version": "0.3.0",
"version": "0.3.1",
"description": "Graph visualization tool for human.",

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

@@ -5,7 +5,11 @@ # Blooom

Graph visualization for human!
Graph visualization for human! Visualize [Neo4j](https://neo4j.com/) [API response](https://neo4j.com/docs/http-api/current/introduction) and other graph data.
![](./img/readme.png)
## Features
- **Interactive**
- **Informative**: directed, labelled relationships, customizable node label
- **Interactive**: zoom, drag, focus on hover, and even fix on right click.
- **Responsive**: auto-resize on window resizing.

@@ -16,3 +20,3 @@ ## Example

(See [test_server](./test_server))
(See [example](./example))

@@ -23,5 +27,5 @@ ```html

<script>
import NeoGraph from "blooom";
import Blooom from "blooom";
new NeoGraph("#canvas", neoData, {
new Blooom("#canvas", neoData, {
nodeLabelProperties: {

@@ -41,4 +45,4 @@ mutation: "position",

(Currently not supported)
## Dev preparation

@@ -45,0 +49,0 @@

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