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.
最新版本:[0.0.4]
无
var appearInstance = lib.appear.init({
container: '#container',//可选,容器,默认为document
cls: 'lib-appear',//可选,需要遍历的元素
once: true,//可选,是否只触发一次
x: 0,//可选,容器右边距离x以内的元素加载,默认为0
y: 0,//可选,容器底部距离y以内的元素加载,默认为0
onAppear: function(){}//必选,所有容器内的元素到达可视区域内执行的回调
});
node(selector | dom) 添加需要绑定的元素
判断是否在可视区域并触发相应事件
重置设置参数,并且重新初始化当前的实例,opts同创建参数
初始化一个appear的实例
显示事件——appear element.addEventListener('appear', function(ev){});
消失事件——disappear element.addEventListener('disappear', function(ev){});
事件对象——ev
判断页面所有绑定的元素是否在可视区域并触发相应的事件
0.0.3有bug,废弃
FAQs
tell if a dom element appeared or disappeared.
The npm package appearjs receives a total of 3 weekly downloads. As such, appearjs popularity was classified as not popular.
We found that appearjs 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.