Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
backbone-esnext-events
Advanced tools
Separates 'events' support from Backbone in addition to adding TyphonJS extensions.
Separates 'Events' support from backbone-esnext in addition to adding TyphonJS extensions found in TyphonEvents. The events dispatch functionality is useful well outside the context of Backbone and is utilized across several TyphonJS repos. It should be noted that there are no dependencies with backbone-esnext-events and it can be used independently in any project without pulling in Underscore like Backbone does.
The default trigger mechanism work justs as it does with Backbone:
trigger
- Invokes all targets matched with a one way message.TyphonEvents adds new functionality for triggering events. The following are new trigger mechanisms:
triggerDefer
- Defers invoking trigger
to the next clock tick.triggerSync
- Synchronously invokes all targets matched and passes back a single value or an array of results to the callee.triggerAsync
- Asynchronously invokes all targets matched and passes back a promise resolved with a single value or an array of results through Promise.all
which returns a single promise to the callee.To import TyphonEvents and create a new instance:
import Events from 'backbone-esnext-events';
const eventbus = new Events();
// or extend a class to add event functionality
export default class MyThing extends Events {}
Please see backbone-esnext-eventbus for a module which provides a default main eventbus instance for ease of use across modules.
FAQs
Separates 'events' support from Backbone in addition to adding TyphonJS extensions.
The npm package backbone-esnext-events receives a total of 1,171 weekly downloads. As such, backbone-esnext-events popularity was classified as popular.
We found that backbone-esnext-events demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.