
Research
/Security News
npm Package Uses Prompt Injection and Token Flooding to Disrupt AI Malware Scanners
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.
ydt-flow-policy
Advanced tools

基础面板

拖拽节点到绘图区连线

拖拽对齐或使用自动对齐

显示/隐藏网格

设置节点和连线的属性

单节点、多节点移动(按住CTRL键)

改变节点对齐的排序顺序(按住Ctrl键一个一个单击选中要对齐的节点,单击的顺序就是对齐的排列顺序)

清空画布,重新绘制

保存流程图(会生成一段json数据,后台可以保存这段数据,为了便于调试,生成的json数据可以通过快捷键CTRL+ALT+T打开的测试窗口看到。同时也可以从该窗口载入其他的符合流程图的json数据)

保存流程图为图片保存到本地

画布拖拽、缩放

通过设置页面(CTRL+ALT+S)可以设置相关参数

快捷键说明

。。。。。。
在你的项目根目录下安装vfd:
npm install vfd --save
在代码中引用,类似如下:
<template>
<div>
<vfd></vfd>
</div>
</template>
<script>
import vfd from 'vfd'
export default {
components: {
vfd
}
}
</script>
QQ交流群:637230519
FAQs
vue flow designer
The npm package ydt-flow-policy receives a total of 6 weekly downloads. As such, ydt-flow-policy popularity was classified as not popular.
We found that ydt-flow-policy 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
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.