Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@licfe/lingjing-materials
Advanced tools
一个面向PC的大包业务组件库
npm install
npm start # 打开开发环境,运行所有组件
npm start <compName> # 打开开发环境,运行特定组件(更快)
npm run lowcode:dev
npm run build
npm run lowcode:build
打包完成后 会生成 lowcode/assets-prod.json lowcode/assets-dev.json lowcode/assets-daily.json文件 这就是我们组件库的资产包数据。
{
packages: [{
package,
version,
library,
urls,
editUrls
}], // 组件的资源
components:[] // 对应组件的低代码描述
}
但是打包完的资产包里面的资源是unpkg的资源 假如不发布到公网的话就需要替代方案 需要把当前组件库资产包和平台的资产包merge
FAQs
lingjing-materials
We found that @licfe/lingjing-materials 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.