
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
patchbay-gatherings
Advanced tools
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.
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())
AGPL-3.0
FAQs
Plugs patch-gatherings into patchbay
The npm package patchbay-gatherings receives a total of 5 weekly downloads. As such, patchbay-gatherings popularity was classified as not popular.
We found that patchbay-gatherings demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 open source maintainers collaborating on the project.
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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.