
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@bitwebsvc/lowcode-engine-ext
Advanced tools
### 简介 lowcode-engine-ext 是阿里低代码引擎官方提供的 setter 和 setter 必须依赖的插件集合
lowcode-engine-ext 是阿里低代码引擎官方提供的 setter 和 setter 必须依赖的插件集合
setter(设置器) 是用来展示每个物料的属性,setter使用说明手册 官方setter列表说明
使用 CDN 方式引用,下方是官方提供的两个稳定 CDN
1: alifd cdn
https://alifd.alicdn.com/npm/@bitwebsvc/lowcode-engine-ext@1.0.5/dist/css/engine-ext.css
https://alifd.alicdn.com/npm/@bitwebsvc/lowcode-engine-ext@1.0.5/dist/js/engine-ext.js
https://uipaas-assets.com/prod/npm/@bitwebsvc/lowcode-engine-ext/1.0.5/dist/css/engine-ext.css
https://uipaas-assets.com/prod/npm/@bitwebsvc/lowcode-engine-ext/1.0.5/dist/js/engine-ext.js
通过传入extraDataMap拓展属性绑定面板
ctx.skeleton.add({
area: 'centerArea',
type: 'Widget',
content: pluginMap.VariableBindDialog,
name: 'variableBindDialog',
props: {
getSchema: () => editorController.getSchema(),
// 拓展变量绑定
extraDataMap: {
props: {
name: 'Props', // 变量组展示名
key: 'props', // 属性名,例如 this.props
getChildren: () => [
{
label: 'prop1',
value: 'value1',
},
{
label: 'prop2',
children: [
{ label: 'propxxx', value: 1 }
]
}
],
}
}
},
});
FAQs
### 简介 lowcode-engine-ext 是阿里低代码引擎官方提供的 setter 和 setter 必须依赖的插件集合
The npm package @bitwebsvc/lowcode-engine-ext receives a total of 9 weekly downloads. As such, @bitwebsvc/lowcode-engine-ext popularity was classified as not popular.
We found that @bitwebsvc/lowcode-engine-ext 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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain