
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
npm login npm publish
cdn引用方式
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="./dist/jx-topo.js"></script>
<script src="./dist/jx-ui.js"></script>
// 使用jx-chart时需要引入v-charts和echarts的js文件,按需引入
<script src="https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts-liquidfill@2.0.6/dist/echarts-liquidfill.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/v-charts/lib/line.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/v-charts/lib/liquidfill.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/v-charts/lib/gauge.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/v-charts/lib/style.min.css">
<script src="./dist/jx-chart.js"></script>
npm引用方式
# npm安装
npm install jx-ui
# 或者yarn安装
yarn add jx-ui
# 引入组件
import JXTOPO from 'jx-ui/dist/jx-topo'
Vue.use(JXTOPO)
import JXUI from 'jx-ui/dist/jx-ui'
Vue.use(JXUI,{theme:'light',borderColor:'#fff',titleColor:'#fff'})
# 使用jx-chart时需要安装echarts和v-charts包
import JXCHART from 'jx-ui/dist/jx-chart'
Vue.use(JXCHART)
FAQs
jx frontend ui
We found that jx-ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.