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

layout-base

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layout-base

Basic layout model and some utilities for Cytoscape.js layout extensions

2.0.1
latest
Source
npm
Version published
Maintainers
6
Created
Source

layout-base

Description

This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.

Usage instructions

Add layout-base as a dependecy to your layout extension.

require() in the extension to reach functionality:

  • var Integer = require(layout-base).Integer,
  • var Layout = require(layout-base).Layout,
  • ...

For a usage example, see cose-base or avsdf-base.

FAQs

Package last updated on 25 Jun 2021

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