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.
cieaf_esign
Advanced tools
create a canvas for touch signature
> npm i cieaf_esign
import { create } from 'cieaf_esign'
// default
create();
// common
create({
// 笔刷颜色
color: '#333',
// 背景颜色
background: '#aaa',
// 笔刷宽度
lineWidth: 5,
// 左上角标题
title: 'DEMO',
// 父容器,会根据宽和高填充画布
parent: document.body,
// 确认回调函数
ok(dataUrl) {
const img = new Image();
img.src = dataUrl;
document.body.appendChild(img)
},
})
FAQs
create a canvas for touch signature
The npm package cieaf_esign receives a total of 1 weekly downloads. As such, cieaf_esign popularity was classified as not popular.
We found that cieaf_esign 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.