New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-tiny-linked-charts

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-tiny-linked-charts - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

26

package.json
{
"name": "svelte-tiny-linked-charts",
"version": "1.4.1",
"version": "1.4.2",
"scripts": {

@@ -56,15 +56,15 @@ "dev": "vite dev",

"description": "A library to display tiny bar charts using Svelte. These charts are more so meant for graphic aids, rather than scientific representations. There's no axis labels, no extensive data visualisation, just bars.",
"keywords": [
"svelte",
"tiny",
"charts",
"linked",
"linked-charts",
"tiny-linked-charts"
],
"keywords": [
"svelte",
"tiny",
"charts",
"linked",
"linked-charts",
"tiny-linked-charts"
],
"repository": {
"type": "git",
"url": "https://github.com/Mitcheljager/svelte-tiny-linked-charts"
},
"homepage": "https://mitcheljager.github.io/svelte-tiny-linked-charts/"
"type": "git",
"url": "https://github.com/Mitcheljager/svelte-tiny-linked-charts"
},
"homepage": "https://mitcheljager.github.io/svelte-tiny-linked-charts/"
}

@@ -7,3 +7,3 @@ # Tiny Linked Charts for Svelte

[![MadeWithSvelte.com shield](https://madewithsvelte.com/storage/repo-shields/3278-shield.svg)](https://madewithsvelte.com/p/tiny-linked-charts/shield-link)
[![bundle size](https://badgen.net/bundlephobia/minzip/svelte-tiny-linked-charts)](https://bundlephobia.com/package/svelte-tiny-linked-charts)
[![bundle size](https://img.shields.io/bundlephobia/minzip/svelte-tiny-linked-charts)](https://bundlephobia.com/package/svelte-tiny-linked-charts)

@@ -26,3 +26,5 @@ This is a library to display tiny bar charts. These charts are more so meant for graphic aids, rather than scientific representations. There's no axis labels, no extensive data visualisation, just bars.

```js
import { LinkedChart, LinkedLabel, LinkedValue } from "svelte-tiny-linked-charts"
import LinkedChart from "svelte-tiny-linked-charts"
import LinkedLabel from "svelte-tiny-linked-charts"
import LinkedValue from "svelte-tiny-linked-charts"
```

@@ -29,0 +31,0 @@ ```svelte

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc