Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
webcmp-topo-chart-horizontal
Advanced tools
webcmp-topo-chart-horizontal
拓扑图组件封装
# run in terminal
yarn add webcmp-topo-chart-horizontal
# or
npm install webcmp-topo-chart-horizontal
import Fruchterman from 'webcmp-topo-chart-horizontal'
const fruchterman = new Fruchterman(dom)
fruchterman.render({
hideExport: true,
data: {
nodes: [
{
id: '0e359bf67a182f5f58efa5075b113483',
label: '节点',
targetTypeName: 'deeeedeeeedeeeedeeeedeeeedeeee',
icon: 'asset_node',
showLink: false,
targetType: 'node',
link: false,
},
],
edges: [
{
source: '0e359bf67a182f5f58efa5075b113483',
target: '0e359bf67a182f5f58efa5075b113483',
},
],
},
})
npm login --registry http://nexus.ketaops.cc/repository/npm-hosted
npm set registry http://nexus.ketaops.cc/repository/npm-hosted
账号密码联系 @郭龙
修改 package.json
版本号,规则: 目标版本 + prerelease + 序号
完整构建项目
发布
npm publish
npm set registry https://registry.npmjs.org
修改 package.json
版本号,规则: 去掉预发版的 prerelease + 序号
完整构建项目
发布
npm publish
cnpm synk webcmp-topo-chart-horizontal
open https://npmmirror.com/sync/webcmp-topo-chart-horizontal
FAQs
> 拓扑图组件封装
The npm package webcmp-topo-chart-horizontal receives a total of 19 weekly downloads. As such, webcmp-topo-chart-horizontal popularity was classified as not popular.
We found that webcmp-topo-chart-horizontal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.