Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
simple-parallax
Advanced tools
simpleParallax is very simple plugin for add parallax effect on your site.
Check out this demo to see it in action!
Clone this repository or install with npm npm install --save simple-parallax
.
$('#parallax').simpleParallax();
Option | Values | Default | Description |
---|---|---|---|
shift | number | 5 | The rate of displacement of the image |
mobile | true or false | true | Do not initialize on mobile devices |
$('#parallax').simpleParallax({
shift: 10,
mobile: false
});
Alexey Cherepanov: Website
Licensed under MIT. Enjoy.
FAQs
Simple plugin for parallax effect
The npm package simple-parallax receives a total of 54 weekly downloads. As such, simple-parallax popularity was classified as not popular.
We found that simple-parallax 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.