
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
biojs-events
Advanced tools
This is a convenience wrapper for the Event system.
You can choose any library that supports the choosen syntax.
This wrapper here is for backbone-events-standalone
and thus the Backbone event system.
npm install biojs-events --save
After the code of your BioJS component add the events capability by mixing you component object with the events:
require('biojs-events').mixin(my_component);
Now in your code you can use the events methods (trigger, off,on,once):
self.trigger('onSomethingChanged', {
data : "some data to include in your event"
});
FAQs
BioJS event system
The npm package biojs-events receives a total of 222 weekly downloads. As such, biojs-events popularity was classified as not popular.
We found that biojs-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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.