Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
nuxt-echarts
Advanced tools
Nuxt Module for Apache ECharts™
[!IMPORTANT]
Nuxt ECharts SSR is based on experimental
<NuxtIsland>
. If you found any issue, design flaw, or have ideas to improve it, please open an issue or a Discussion.
⛰ SSR: Server-side SVG Rendering with Nuxt server components
♾️ Client Hydration: lazy-loading full ECharts or lightweight client runtime
🛠️ Configurable: import only necessary functionality for shrinking bundle size
🦾 Type Strong: auto-import ECharts option type based on your config
🌲 Tree-shaking: Components and ECharts are only included if you use them
Install the module to your Nuxt application with one command:
npx nuxi module add echarts
That's it! You can now use Nuxt ECharts in your Nuxt app ✨
# Install dependencies
pnpm install
# Generate type stubs
pnpm run dev:prepare
# Develop with the playground
pnpm run dev
# Build the playground
pnpm run dev:build
# Run ESLint
pnpm run lint
# Format with Prettier
pnpm run format
# Run Vitest
pnpm run test
pnpm run test:watch
# Release new version
pnpm run release
The Nuxt ECharts module is heavily inspired by vue-echarts, created by @Justineo.
This project is licensed under the MIT License.
This project also partially contains code derived or copied from vue-echarts(MIT).
The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.
v0.2.4
FAQs
Nuxt Module for Apache ECharts™
The npm package nuxt-echarts receives a total of 1,300 weekly downloads. As such, nuxt-echarts popularity was classified as popular.
We found that nuxt-echarts 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.