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.
jquery.slider
Advanced tools
this is a jquery plugin for slider ###用法
$('selector').slider( options );
###options 参数列表
options = {
direction: "x", //滚动放向
next: ".J_next", //下一个按钮
prev: ".J_prev", //上一个按钮
disableClass: "disabled", //禁止上下滚动点击
auto: 5000, //是否自动滚动,动画间隔延迟时间 如果时间为0 关闭自动滚动
speed: 500, //动画时间
// loop:false, //是否循环
scrollnum: 4, //同时滚动个数
itemview: 4, //显示个数
itemWarp: '.itemWarp', //显示item列表的warp
itemwidth: null, //item宽度
itemheight: null, //item高度
};
the licese MIT
FAQs
jquery plugin for slider
We found that jquery.slider 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.