Socket
Socket
Sign inDemoInstall

cose-base

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

cose-base

Core module for compound spring embedder based layout styles


Version published
Maintainers
1
Weekly downloads
607,924
decreased by-24.01%

Weekly downloads

Readme

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

Last updated on 17 Jan 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc