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.
screencutjs
Advanced tools
screen cut for nodejs
该参数可选,type属性可以设置为以下值:
传入方法callback(result),其中result为一个对象,根据结果不同可能包含属性:
先安装: npm install screencutjs 在node中执行:
require('screencutjs').start(
{type:'file/png'},
function(result){
console.log('screencut result: ' + JSON.stringify(result));
});
2015/10/20 为截屏模块添加Windows实现。 2015/10/21 修改低版本的node获取arch不正确而导致找不到截取器的问题。
FAQs
screencut for windows
The npm package screencutjs receives a total of 3 weekly downloads. As such, screencutjs popularity was classified as not popular.
We found that screencutjs 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.