New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vws.pubsub

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vws.pubsub

a pubsub system with bubbling and persistence

latest
npmnpm
Version
0.4.1
Version published
Maintainers
1
Created
Source

vws.pubsub

vws.pubsub (VisualWebServer PubSub) is a publish/subscribe system for communication between objects/modules of your code. It's rather similar to the event system of node, however with two additions: -- (optional) BUBBLING along a topic-tree and -- (optional) PERSISTANCE of publications for later retrieval/reference

It contains utilitiary functions that were copied (and adapted) from the jQuery library. It is developed, used and sponsored by K.lab (http://www.klab-berlin.com), LinkCloud (http://www.linkcloud.org) and ViSERiON (http://www.viserion.com) . It's client-side brother is realized as a jQuery plugin and also available for public use (MIT license).

Installation

  $ npm install vws.pubsub

Test

cd to node_modules/vws.pubsub
make

Usage

there is a detailed description of all functions in the source-code ... 

Keywords

pubsub

FAQs

Package last updated on 15 Sep 2011

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