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.
npm install youtu
var Youtu = require('youtu');
var youtu = new Youtu({
appId:'1000xxxx',
secretId:'xxxx',
secretKey:'xxxx'
});
youtu.detectFace('./demo.jpg').then(function(data){
// detectFace result
});
HTTP层面错误会走到Promise错误处理流程,应用层面错误码暂未解析,需应用自行处理。
MIT
FAQs
Third-part SDK of Tencent youtu.
The npm package youtu receives a total of 1 weekly downloads. As such, youtu popularity was classified as not popular.
We found that youtu 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.