
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@cdlab996/antd-lowcode-materials2.7
Advanced tools
pnpm add @cdlab996/antd-lowcode-materials2.7
Import the package and initialize the editor:
import { injectAssets } from '@alilc/lowcode-plugin-inject';
import { IPublicModelPluginContext } from '@alilc/lowcode-types';
import assets from '@cdlab996/antd-lowcode-materials2.7/dist/assets.json';
const editorInit = (ctx: IPublicModelPluginContext) => {
return {
name: 'editor-init',
async init() {
const { material, project } = ctx;
const loadedAssets = await injectAssets(assets);
material.setAssets(loadedAssets);
// ...
},
};
};
editorInit.pluginName = 'editorInit';
export default editorInit;
import { injectAssets } from '@alilc/lowcode-plugin-inject';
import { IPublicModelPluginContext } from '@alilc/lowcode-types';
const editorInit = (ctx: IPublicModelPluginContext) => {
return {
name: 'editor-init',
async init() {
const { material, project } = ctx;
const loadedAssets = await injectAssets('https://unpkg.com/@cdlab996/antd-lowcode-materials2.7@1.0.0/dist/assets.json');
material.setAssets(loadedAssets);
// ...
},
};
};
editorInit.pluginName = 'editorInit';
export default editorInit;
Here is an example of the assets.json file:
{
"version": "1.0.0",
"packages": [
{
"package": "@cdlab996/vant-lowcode-materials2.7",
"version": "1.0.0",
"library": "Cdlab996VantLowcodeMaterials2.7",
"urls": [
"https://unpkg.com/@cdlab996/vant-lowcode-materials2.7@1.0.0/dist/index.css",
"https://unpkg.com/@cdlab996/vant-lowcode-materials2.7@1.0.0/dist/index.js"
]
}
],
"components": [
{
"exportName": "Cdlab996VantLowcodeMaterials2.7Meta",
"url": "https://unpkg.com/@cdlab996/vant-lowcode-materials2.7@1.0.0/dist/meta.js",
"package": {
"npm": "@cdlab996/vant-lowcode-materials2.7"
}
}
],
"sort": {
"groupList": [],
"categoryList": []
}
}
FAQs
Unknown package
We found that @cdlab996/antd-lowcode-materials2.7 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
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.