
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Hoverbee lets you effortlessly attach elements to the cursor. I have kept the usage extremely minimal to avoid confusions of any sort.
You only need to include the script tag somewhere inside your HTML page.
<script src="https://unpkg.com/hoverbee"></script>
hoverbee({
// the target element, could be provided as a string selector or an Element instance
element,
// movement strength of the element wrt to the cursor
strength = 10,
// the distance at which the
threshold = 200,
// animation duration for the element moving while detached to cursor
duration = 300,
// animation duration for the element after detaching from the cursor to move back to the original location
fallbackDuration = 300,
// if set to null the element moves with cursor no matter what, but if you need to trigger the move on hover or any other JavaScript event, set it here.
triggerEvent = null,
// enables X-axis movement
x = true,
// enables Y-axis movement
y = true,
// if set to true the element moves in reverse wrt the cursor
reverse = false,
})
FAQs
Hoverbee lets you effortlessly attach elements to the cursor.
We found that hoverbee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.