🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

cose-base

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cose-base

Core module for compound spring embedder based layout styles

2.2.0
latest
Source
npm
Version published
Weekly downloads
1.8M
0.65%
Maintainers
1
Weekly downloads
 
Created
Source

cose-base

Description

This is a core module for compound spring embedder based layout styles such as CoSE-Bilkent, fCoSE, and CiSE.

Dependencies

  • layout-base ^2.0.0

Usage instructions

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

require() in the extension to reach functionality:

  • var CoSEConstants = require('cose-base').CoSEConstants,
  • var CoSELayout = require('cose-base').CoSELayout,
  • ...

To reach functionality of layout-base:

  • var Integer = require('cose-base').layoutBase.Integer,
  • var Layout = require('cose-base').layoutBase.Layout,
  • ...

FAQs

Package last updated on 17 Jan 2023

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