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

@evidence-dev/core-components

Package Overview
Dependencies
Maintainers
5
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidence-dev/core-components - npm Package Compare versions

Comparing version 0.0.0-4e94b57a to 0.0.0-594df58c

./dist/index.js

1

dist/unsorted/index.d.ts

@@ -5,4 +5,3 @@ export { default as ContentsList } from "./ContentsList.svelte";

export * from "./diagrams";
export * from "./icons";
export * from "./ui";
export * from "./viz";

@@ -5,4 +5,3 @@ export { default as ContentsList } from './ContentsList.svelte';

export * from './diagrams';
export * from './icons';
export * from './ui';
export * from './viz';

@@ -6,4 +6,4 @@ export const evidenceInclude: true;

export default class ChevronToggle extends SvelteComponentTyped<{
toggled?: boolean;
color?: string;
toggled?: boolean;
size?: number;

@@ -20,4 +20,4 @@ }, {

props: {
toggled?: boolean;
color?: string;
toggled?: boolean;
size?: number;

@@ -24,0 +24,0 @@ };

@@ -1,2 +0,4 @@

export { default as BaseLayout } from "./BaseLayout.svelte";
export { default as Accordion } from "./Accordion.svelte";
export { default as AccordionItem } from "./AccordionItem.svelte";
export { default as LinkButton } from "./LinkButton.svelte";
export { default as BigLink } from "./BigLink.svelte";

@@ -7,2 +9,3 @@ export { default as BreadCrumbs } from "./BreadCrumbs.svelte";

export { default as CollapsibleSection } from "./CollapsibleSection.svelte";
export { default as Details } from "./Details.svelte";
export { default as DownloadData } from "./DownloadData.svelte";

@@ -14,6 +17,6 @@ export { default as EmailSignup } from "./EmailSignup.svelte";

export { default as Logo } from "./Logo.svelte";
export { default as Modal } from "./Modal.svelte";
export { default as Nav } from "./Nav.svelte";
export { default as PageMenu } from "./PageMenu.svelte";
export { default as Portal } from "./Portal.svelte";
export { default as PrintButton } from "./PrintButton.svelte";
export { default as QueryToast } from "./QueryToast.svelte";

@@ -20,0 +23,0 @@ export { default as QueryViewer } from "./QueryViewer.svelte";

@@ -1,2 +0,4 @@

export { default as BaseLayout } from './BaseLayout.svelte';
export { default as Accordion } from './Accordion.svelte';
export { default as AccordionItem } from './AccordionItem.svelte';
export { default as LinkButton } from './LinkButton.svelte';
export { default as BigLink } from './BigLink.svelte';

@@ -7,2 +9,3 @@ export { default as BreadCrumbs } from './BreadCrumbs.svelte';

export { default as CollapsibleSection } from './CollapsibleSection.svelte';
export { default as Details } from './Details.svelte';
export { default as DownloadData } from './DownloadData.svelte';

@@ -14,6 +17,6 @@ export { default as EmailSignup } from './EmailSignup.svelte';

export { default as Logo } from './Logo.svelte';
export { default as Modal } from './Modal.svelte';
export { default as Nav } from './Nav.svelte';
export { default as PageMenu } from './PageMenu.svelte';
export { default as Portal } from './Portal.svelte';
export { default as PrintButton } from './PrintButton.svelte';
export { default as QueryToast } from './QueryToast.svelte';

@@ -20,0 +23,0 @@ export { default as QueryViewer } from './QueryViewer.svelte';

@@ -22,2 +22,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -30,2 +31,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -64,2 +66,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -72,2 +75,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -74,0 +78,0 @@ fillColor?: any;

@@ -24,2 +24,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -32,2 +33,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -66,2 +68,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -74,2 +77,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -76,0 +80,0 @@ fillColor?: any;

@@ -9,4 +9,6 @@ export const evidenceInclude: true;

value?: any;
fmt?: any;
comparison?: any;
sparkline?: any;
comparisonFmt?: any;
comparisonTitle?: any;

@@ -29,4 +31,6 @@ downIsGood?: boolean;

value?: any;
fmt?: any;
comparison?: any;
sparkline?: any;
comparisonFmt?: any;
comparisonTitle?: any;

@@ -33,0 +37,0 @@ downIsGood?: boolean;

@@ -24,2 +24,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -32,2 +33,4 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
chartAreaHeight?: any;

@@ -68,2 +71,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -76,2 +80,4 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
chartAreaHeight?: any;

@@ -78,0 +84,0 @@ fillColor?: any;

@@ -28,2 +28,3 @@ export const evidenceInclude: true;

xAxisLabels?: boolean;
xFmt?: any;
yAxisTitle?: string;

@@ -36,2 +37,4 @@ yBaseline?: boolean;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
stacked100?: boolean;

@@ -72,2 +75,3 @@ }, {

xAxisLabels?: boolean;
xFmt?: any;
yAxisTitle?: string;

@@ -80,2 +84,4 @@ yBaseline?: boolean;

yMax?: any;
yFmt?: any;
sizeFmt?: any;
stacked100?: boolean;

@@ -82,0 +88,0 @@ };

@@ -11,2 +11,3 @@ export const evidenceInclude: true;

wrap?: boolean;
fmt?: any;
align?: string;

@@ -32,2 +33,3 @@ contentType?: any;

wrap?: boolean;
fmt?: any;
align?: string;

@@ -34,0 +36,0 @@ contentType?: any;

@@ -15,2 +15,3 @@ export const evidenceInclude: true;

nameCol?: any;
valueFmt?: any;
labelPosition?: string;

@@ -37,2 +38,3 @@ funnelSort?: string;

nameCol?: any;
valueFmt?: any;
labelPosition?: string;

@@ -39,0 +41,0 @@ funnelSort?: string;

@@ -6,2 +6,3 @@ export const evidenceInclude: true;

export default class Histogram extends SvelteComponentTyped<{
xFmt: any;
data?: any;

@@ -39,2 +40,3 @@ legend?: boolean;

props: {
xFmt: any;
data?: any;

@@ -41,0 +43,0 @@ legend?: boolean;

@@ -20,2 +20,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -28,2 +29,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -64,2 +66,3 @@ lineColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: any;

@@ -72,2 +75,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -74,0 +78,0 @@ lineColor?: any;

@@ -19,2 +19,3 @@ export const evidenceInclude: true;

outlineWidth?: any;
valueFmt?: any;
}, {

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

outlineWidth?: any;
valueFmt?: any;
};

@@ -45,0 +47,0 @@ events: {

@@ -23,2 +23,3 @@ export const evidenceInclude: true;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -31,2 +32,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -66,2 +68,3 @@ fillColor?: any;

xAxisLabels?: any;
xFmt?: any;
yAxisTitle?: string;

@@ -74,2 +77,3 @@ yBaseline?: any;

yMax?: any;
yFmt?: any;
chartAreaHeight?: any;

@@ -76,0 +80,0 @@ fillColor?: any;

@@ -11,2 +11,3 @@ export const evidenceInclude: true;

subtitle?: any;
fmt?: any;
min?: any;

@@ -32,2 +33,3 @@ max?: any;

subtitle?: any;
fmt?: any;
min?: any;

@@ -34,0 +36,0 @@ max?: any;

@@ -10,2 +10,3 @@ export const evidenceInclude: true;

placeholder?: any;
fmt?: any;
}, {

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

placeholder?: any;
fmt?: any;
};

@@ -27,0 +29,0 @@ events: {

@@ -8,3 +8,3 @@ {

"types": "./dist/index.d.ts",
"version": "0.0.0-4e94b57a",
"version": "0.0.0-594df58c",
"evidence": {

@@ -14,4 +14,5 @@ "components": true

"dependencies": {
"@evidence-dev/component-utilities": "^0.0.0-4e94b57a",
"@evidence-dev/tailwind": "^0.0.0-4e94b57a",
"@steeze-ui/simple-icons": "^1.5.0",
"@steeze-ui/svelte-icon": "^1.4.1",
"@steeze-ui/tabler-icons": "^2.1.0",
"echarts": "5.4.2",

@@ -22,4 +23,5 @@ "echarts-stat": "1.2.0",

"ssf": "0.11.2",
"svelte-icons": "2.1.0",
"svelte-tiny-linked-charts": "1.1.5"
"svelte-tiny-linked-charts": "1.1.5",
"@evidence-dev/component-utilities": "^0.0.0-594df58c",
"@evidence-dev/tailwind": "^0.0.0-594df58c"
},

@@ -26,0 +28,0 @@ "devDependencies": {

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

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

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

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

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

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

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