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.
swiper-mods
Advanced tools
Swiper tweaks and modifications
This package contains tweaks and modifications done to Swiper mostly for my personal use that I decided to publish since it could be useful to others as well.
$ npm install swiper-mods
Z
axisThe default Parallax module supports animating along the X
and Y
axes but lacks support for the Z
axis. This module adds support for the Z
Axis.
Import the Parallax
module from swiper-mods/modules
instead of swiper/modules
:
import { Parallax } from 'swiper-mods/modules';
The rest of the setup process is the same as the default Parallax module.
This module adds two new attributes:
data-swiper-parallax-z-initial
: initial Z
value in pixels.data-swiper-parallax-z
: value in pixels to move the element along the Z
axis depending on progress.⚠️ Percentage values are not supported for the
Z
axis and will be treated as pixel values (e.g. "20%" works the same as "20").
Rashid Shamloo (github.com/rashidshamloo)
FAQs
Swiper tweaks and modifications
The npm package swiper-mods receives a total of 3 weekly downloads. As such, swiper-mods popularity was classified as not popular.
We found that swiper-mods 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.