Socket
Socket
Sign inDemoInstall

@platform/cell.module

Package Overview
Dependencies
66
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @platform/cell.module

Module system - isolated event-driven state and logic.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Module License: MIT NPM banner

Module system - isolated event-driven state and logic.

diagram

A cell module is an encapsulated unit of functionality containing:

  • Type definitions for the events and data structures that constitute the module.
  • The logic for booting the module into a runtime environment.
  • The location of the compiled code assets ("bundle") of the module.
  • The client for persisting module instance state down to the underlying cell memory.

 

A module is itself nothing more than a "type of" ITreeNode data strcutrue that slots into a wider organizing tree. Modules may be used for managing UI ("user interface") or for purely computation operations.

 

Setup

yarn add @platform/cell.module

 

 

FAQs

Last updated on 02 Sep 2021

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