
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@ioto/use-echarts
Advanced tools
Vue 3 ECharts wrapper + composable (useEcharts) with slots and resize handling.
Vue 3 ECharts wrapper component + composable (useEcharts) for building charts with a clean API, slot-based layout, and resize handling.
For Chinese documentation, see: README.zh-CN.md.
npm i use-echarts echarts
This package uses peer dependencies.
import { useEcharts } from "use-echarts";
const { EChartComponent, setOptions } = useEcharts({});
setOptions({
series: [{ type: "bar", data: [1, 2, 3] }],
});
Render EChartComponent in Vue.
useEcharts(options?)Returns:
EChartComponent: Vue component that renders the chartsetOptions(options): sets ECharts option object or setOption args arraygetOptions(): gets last set optionsgetInstance(): returns ECharts instance or null before readyvue (Vue 3)echartsOptional:
echarts-glecharts-liquidfillThis library uses browser APIs (e.g. ResizeObserver) and must run on the client.
npm i
npm test
npm run build
Checklist:
npm run build and npm testnpm run pack:checknpm publishMIT. See LICENSE.
FAQs
Vue 3 ECharts wrapper + composable (useEcharts) with slots and resize handling.
We found that @ioto/use-echarts 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.