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.2 to 1.5.0

2

dist/LinkedChart.svelte.d.ts

@@ -30,2 +30,3 @@ /** @typedef {typeof __propDef.props} LinkedChartProps */

scaleMax?: number;
scaleMin?: number;
type?: string;

@@ -76,2 +77,3 @@ lineColor?: string;

scaleMax?: number;
scaleMin?: number;
type?: string;

@@ -78,0 +80,0 @@ lineColor?: string;

2

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

@@ -5,0 +5,0 @@ "dev": "vite dev",

@@ -25,5 +25,3 @@ # Tiny Linked Charts for Svelte

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

@@ -104,2 +102,3 @@ ```svelte

scaleMax | 0 | Use this to overwrite the automatic scale set to the highest value in your array.
scaleMax | 0 | Use this to overwrite the default value floor of 0.
type | bar | Can be set to "line" to display a line chart instead.

@@ -106,0 +105,0 @@ lineColor | fill | Color of the line if used with type="line".

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