
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
@abasb75/swiperjs
Advanced tools
Most modern mobile touch slider and framework with hardware accelerated transitions
@abasb5/swiperjs :
this is a fork from : Swiper Js
Note :this repository just worked for ReactJs
You can read swiperjs documentation here
What is the diffirence?
in swiperjs slidesPerView='auto'
props causes the class to not be activated for the last slides. @abasb7/swiper
solves this problem with passing activeLastSlideClass={true}
as a props!
import {Swiper,SwiperSlide} from '@abasb75/swiperjs/react';
<Swiper
activeLastSlideClass={true}
....
>
<SwiperSlide>Slide 1</SwiperSlide>
<SwiperSlide>Slide 2</SwiperSlide>
...
</Swiper>
Note: whitout activeLastSlideClass={true}
props , there are no diffirence with th original swiperjs
for use in the react projec:
npm i @abasb75/swiperjs
FAQs
Most modern mobile touch slider and framework with hardware accelerated transitions
The npm package @abasb75/swiperjs receives a total of 3 weekly downloads. As such, @abasb75/swiperjs popularity was classified as not popular.
We found that @abasb75/swiperjs 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 uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.