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.
transfer-to-window
Advanced tools
Install with npm:
npm install transfer-to-window
new TransferToWindow(param: param, slient?: boolean) => TransferToWindow
inw: number
输入宽inh: number
输入高outw: number
输出宽outh: number
输出高minWH?: number
(defalut: 1) 输入窗口转化到输出窗口后最小的宽高尺寸;默认值:1maxWH?: number
输入窗口转化到输出窗口后最大的宽高尺寸;默认值:Infinitysilent?: boolean
是否计算输入输出窗口之间的变化矩阵;默认值:false.translate(dx: number, dy: number)
平移
.zoom(cx: number, cy: number, ratio: number)
以(cx,cy)为中心缩放ratio比例
.resize()
将输入数据完整放置于输出窗口的正中间
.scrollToRect(x: number, y: number, width: number, height: number, margin?: number)
将输入窗口的roi:[x,y,width,heigght]区域放置于输出窗口正中间
.updateMatrix(scale: number, dx: number, dy: number)
更新输入->输出矩阵
.inCoorIsIn(x: number, y: number): boolean
坐标(x,y)是否位于输出视框内
.outCoorIsIn(x: number, y: number): boolean
坐标(x,y)是否位于输出视框内
.transInToOut(coors: number[])
将输入坐标组(x,y,...)转化为输出坐标组
.transOutToIn(coors: number[])
将输出坐标组(x,y,...)转化为输入坐标组
FAQs
We found that transfer-to-window demonstrated a healthy version release cadence and project activity because the last version was released less than 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.