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

@committed/graph

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@committed/graph - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

4

dist/graph/GraphModel.d.ts

@@ -20,2 +20,6 @@ import { ContentModel } from './ContentModel';

- Grid
- Hierarchical - directed acyclic graph layout
- Concentric - radial degree based layout
- Breadth-first - tree based layout
- Cose - A CoSE Bilkent is a force-directed physics simulation
- Custom (supplying a function)

@@ -22,0 +26,0 @@ - CommandQueue

2

dist/graph/types/index.d.ts

@@ -64,3 +64,3 @@ import { GraphModel } from '../GraphModel';

}
export declare type PresetGraphLayout = 'force-directed' | 'circle' | 'grid' | 'cola';
export declare type PresetGraphLayout = 'force-directed' | 'circle' | 'grid' | 'cola' | 'hierarchical' | 'concentric' | 'breadth-first' | 'cose';
export declare type GraphLayout = PresetGraphLayout | CustomGraphLayout;

@@ -67,0 +67,0 @@ export declare type NodePosition = {

{
"name": "@committed/graph",
"version": "3.0.1",
"version": "3.1.0",
"description": "Graph models, types and API",

@@ -5,0 +5,0 @@ "author": "Committed",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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