
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@knxcloud/build-plugin-lowcode
Advanced tools
编译 vue 自定义组件的 编译插件,基于
@alib/build-scripts
pnpm install
cd exmaple
pnpm install
pnpm start
编译会生成两个文件:
view.js 组件库代码meta.js 组件库 meta 信息将下面 JSON 内容添加到物料中
{
"packages": [
{
"package": "@knxcloud/example-component", // 组件名,务必修改为自己的组件包名
"version": "1.0.0", // 组件版本号,务必修改为自己的组件版本号
"urls": ["http://localhost:3333/view.js"],
"library": "KnxLcUi" // 为 build.json library 字段值
}
],
"components": [
{
"exportName": "KnxLcUiMeta", // 为 build.json library 字段值 + Meta 后缀
"npm": {
"package": "@knxcloud/example-component", // 组件名,务必修改为自己的组件包名
"version": "1.0.0" // 组件版本号,务必修改为自己的组件版本号
},
"url": "http://localhost:3333/meta.js"
}
],
"sort": {
"groupList": ["精选组件", "原子组件"],
"categoryList": [
"基础元素",
"布局容器类",
"表格类",
"表单详情类",
"帮助类",
"对话框类",
"业务类",
"通用",
"引导",
"信息输入",
"信息展示",
"信息反馈"
]
}
}
FAQs
> 编译 vue 自定义组件的 编译插件,基于 `@alib/build-scripts`
We found that @knxcloud/build-plugin-lowcode 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.