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

layerchart

Package Overview
Dependencies
Maintainers
0
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layerchart - npm Package Compare versions

Comparing version

to
0.79.3

3

dist/components/Labels.svelte.d.ts

@@ -8,3 +8,6 @@ import { SvelteComponentTyped } from "svelte";

[x: string]: any;
data?: any;
value?: Accessor;
x?: Accessor;
y?: Accessor;
placement?: "inside" | "outside" | "center" | undefined;

@@ -11,0 +14,0 @@ offset?: number | undefined;

@@ -12,2 +12,3 @@ import { SvelteComponentTyped } from "svelte";

import Link from './Link.svelte';
import { type Accessor } from '../utils/common.js';
declare const __propDef: {

@@ -17,2 +18,4 @@ props: {

data?: any;
x?: Accessor;
y?: Accessor;
r?: number | undefined;

@@ -19,0 +22,0 @@ offsetX?: number | ((value: number, context: any) => number) | undefined;

2

package.json

@@ -7,3 +7,3 @@ {

"repository": "techniq/layerchart",
"version": "0.79.2",
"version": "0.79.3",
"devDependencies": {

@@ -10,0 +10,0 @@ "@changesets/cli": "^2.27.12",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet