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.5.0 to 1.6.0

2

dist/LinkedLabel.svelte.d.ts

@@ -7,2 +7,3 @@ /** @typedef {typeof __propDef.props} LinkedLabelProps */

empty?: string;
transform?: (label: any) => any;
}, {

@@ -20,2 +21,3 @@ [evt: string]: CustomEvent<any>;

empty?: string;
transform?: (label: any) => any;
};

@@ -22,0 +24,0 @@ events: {

@@ -8,2 +8,3 @@ /** @typedef {typeof __propDef.props} LinkedValueProps */

empty?: string;
transform?: (value: any) => any;
}, {

@@ -22,2 +23,3 @@ [evt: string]: CustomEvent<any>;

empty?: string;
transform?: (value: any) => any;
};

@@ -24,0 +26,0 @@ events: {

2

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

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

@@ -114,2 +114,3 @@ # Tiny Linked Charts for Svelte

empty | \&nbsp; | String that will be displayed when no bar is being hovered.
transform | (label) => label | Transform the given label to format it differently from how it was supplied.

@@ -122,1 +123,2 @@ `<LinkedValue />` component.

valueUndefined | 0 | For when the hovering value returns undefined.
transform | (value) => value | Transform the given value to format it differently from how it was supplied.

Sorry, the diff of this file is not supported yet

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