
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.
react-rotation
Advanced tools
React rotation component
Supports wheel, keyboard, mouse and touch events
npm install --save react-rotation
import React from 'react'
import {render} from 'react-dom'
import Rotation from 'react-rotation'
render(
<Rotation>
<img src='images/00.jpg' />
<img src='images/01.jpg' />
<img src='images/02.jpg' />
<img src='images/03.jpg' />
</Rotation>,
document.querySelector('.container')
)
className - class name of container, stringcycle - cyclic rotation, boolean, default falsescroll - rotation by wheel/scroll, boolean, default truevertical - vertical orientation, boolean, default falsereverse - reverse rotation, boolean, default falsetabIndex - order of focusable element, number|string, default 0autoPlay - start a frame playback with specified speed, boolean|number, default falsepauseOnHover - pause a frame playback on mouse hover, boolean, default falseonChange - frame change event handler, functionMIT
FAQs
React rotation component
We found that react-rotation 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
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.