
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.
horizontal-scroll
Advanced tools
npm install -S horizontal-scroll
HTML
<div class="container">
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>
</div>
Javascript
var blocks = document.getElementsByClassName('block');
var container = document.getElementsByClassName('container');
var hs = new HorizontalScroll.default({
blocks : blocks,
container: container,
});
Node DOM nullThe list container.
Node DOM nullItem in the list.
Boolean falseIf true, the list should have a skew relative to the scroll speed.
Number 0.1Friction of the scroll.
Number 20Strength of the skew effect.
Number 20Limit value of the skew effect.
https://corentinfardeau.github.io/horizontal-scroll/
MIT.
FAQs
Horizontal scroll with inertia
The npm package horizontal-scroll receives a total of 15 weekly downloads. As such, horizontal-scroll popularity was classified as not popular.
We found that horizontal-scroll 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.