🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

patchbay-gatherings

Package Overview
Dependencies
Maintainers
18
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patchbay-gatherings

Plugs patch-gatherings into patchbay

latest
Source
npmnpm
Version
3.2.19
Version published
Weekly downloads
8
-33.33%
Maintainers
18
Weekly downloads
 
Created
Source

patchbay-gatherings

A plugin for patchbay which adds gatherings functionality - the ability to create and attend events.

It also has /views which are idependant of the patchcore and patchbay, which can be used in other clients (either as references, or directly required). The API for each of the top level views (new, show, edit, card) has been documented in the code itself.

Usage in patchbay

const { patchbay, patchcore } = require('patchbay/main')
const combine = require('depject')
const entry = require('depject/entry')
const nest = require('depnest')

// polyfills
require('setimmediate')


const sockets = combine(
  require('patchbay-gatherings')
  patchbay,                         // the minimal patchbay components
  patchcore                         // functions patchbay is built on
)
// order matters - modules loaded first can over-ride those loaded later

const api = entry(sockets, nest('app.html.app', 'first'))
document.body.appendChild(api.app.html.app())

License

AGPL-3.0

Keywords

depject

FAQs

Package last updated on 05 Aug 2019

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