
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
A high quality mouse event binding library that treats the mouse like a first class citizen object.
Mouse providers an interface that represents the mouse itself as an object with state. window.Mouse points to the constructor. Only one instance of Mouse should exist per window. window.mouse points to a context's single mouse instance.
window.mouse (just mouse from now on) provides existing mouse methods as well as normalizes some and adds new ones.
The following functions are provided to allow management of listeners. Types is a string of type names separated by spaces for multiple events.
Mouse button state is tracked and MouseEvent.prototype is augmented in two ways:
{ left: true/false, middle: true/false, right: true/false }FAQs
A high quality mouse event binding library that treats the mouse like a first class citizen object.
We found that mouse 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.