PubSub icon indicating copy to clipboard operation
PubSub copied to clipboard

Javascript implementation of the Publish/Subscribe pattern.

Results 2 PubSub issues
Sort by recently updated
recently updated
newest added

Hi, As per [doc](https://github.com/georapbox/PubSub#subscribers--object) : > ```js > const pubsub = new PubSub(); > > pubsub.subscribe('message', listener); > pubsub.subscribe('message', listener); > pubsub.subscribe('another_message', listener); > ``` - What is the purpose...

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies