
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.
animation-events
Advanced tools
Bind and unbind animation events.
Component:
component install digitaledgeit/js-animation-events
var events = require('animation-events');
var el = document.querySelector('.js-ball');
events
.bind(el, 'start', function(event) {
console.log('start', event);
})
.bind(el, 'end', function(event) {
console.log('end', event);
})
.once(el, 'iteration', function(event) {
console.log('iteration', event);
})
;
Get whether animations are supported by the browser.
Get whether an element has an animation applied.
Add a callback for an animation event (start
, end
or iteration
).
Remove a callback for an animation event (start
, end
or iteration
).
Add a callback for a single animation event (start
, end
or iteration
).
browserify index.js -r ./index.js:animation-events > build/build.js
mochify
FAQs
Bind and unbind animation events.
The npm package animation-events receives a total of 0 weekly downloads. As such, animation-events popularity was classified as not popular.
We found that animation-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.