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.
graphics-tools
Advanced tools
npm i graphics-tools
import GraphicsTools from 'graphics-tools';
Vue.use(GraphicsTools);
<GraphicsTools/>
props: {
//右侧事件列表的宽度
rightSectionWidth: {
type: String,
},
//默认点的颜色
defaultPointColor: {
type: String,
},
//默认线条颜色
defaultLineColor: {
type: String,
},
//是否区分不同类型线的颜色
isShowColorfulLine: {
type: Boolean,
},
//是否显示绘制形状中间的文本,ex:3D标注
isShowCenterText: {
type: Boolean,
},
//相机id
cameraId: {
type: [String, Number],
},
// 图片链接
imgUrl: {
type: String,
},
// 右侧的配置项,有哪些题目
tagsConf: {
type: Object,
},
//支持更改线颜色
colorfulLabelNames: {
type: Object,
},
// 标注内容
markData: {
type: Object,
},
// 默认的过滤图形
defaultFilter: Array,
//是否显示过滤图形 -> default:false
showFilterGraphics: false,
//是否显示:提示 -> 2d门线 default:false
isTipsCanvas: false,
},
设置镜像 publish.sh保持一致: 发布到公共npm: npm config set registry https://registry.npmjs.org/ 发布到私服npm: npm config set registry https://npm.aibee.cn/(503)
发布: sh publish.sh 登录npm npm publish 发包至登录账户的Packages下
FAQs
###### install: ``` npm i graphics-tools ```
We found that graphics-tools 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.