🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

svelte-echarts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-echarts - npm Package Compare versions

Comparing version

to
0.1.1

6

package.json
{
"name": "svelte-echarts",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bherbruck/svelte-echarts"
},
"scripts": {

@@ -6,0 +10,0 @@ "dev": "vite dev",

4

README.md

@@ -11,7 +11,7 @@ # svelte-echarts

## ⌨️ Usage [demo](https://bherbruck.github.io/svelte-echarts/minimal/)
## ⌨️ Usage [demo](https://bherbruck.github.io/svelte-echarts/)
```html
<script lang="ts">
import { Chart, type EChartsOptions } from '$lib'
import { Chart, type EChartsOptions } from 'svelte-echarts'

@@ -18,0 +18,0 @@ const options: EChartsOptions = {