Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@evidence-dev/components

Package Overview
Dependencies
Maintainers
2
Versions
646
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidence-dev/components - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

5

package.json
{
"name": "@evidence-dev/components",
"version": "0.1.10",
"version": "0.1.11",
"type": "module",

@@ -8,4 +8,3 @@ "dependencies": {

"echarts": "5.2.2",
"echarts-stat": "1.2.0",
"prettier-sql": "5.0.1"
"echarts-stat": "1.2.0"
},

@@ -12,0 +11,0 @@ "exports": {

4

viz/Line.svelte.d.ts

@@ -6,3 +6,2 @@ /** @typedef {typeof __propDef.props} LineProps */

name?: any;
lineWidth?: number;
y?: any;

@@ -13,2 +12,3 @@ series?: any;

lineColor?: any;
lineWidth?: number;
lineType?: string;

@@ -30,3 +30,2 @@ lineOpacity?: any;

name?: any;
lineWidth?: number;
y?: any;

@@ -37,2 +36,3 @@ series?: any;

lineColor?: any;
lineWidth?: number;
lineType?: string;

@@ -39,0 +39,0 @@ lineOpacity?: any;

@@ -9,3 +9,2 @@ /** @typedef {typeof __propDef.props} LineChartProps */

data?: any;
lineWidth?: any;
x?: any;

@@ -27,2 +26,3 @@ xType?: any;

lineColor?: any;
lineWidth?: any;
lineType?: any;

@@ -47,3 +47,2 @@ lineOpacity?: any;

data?: any;
lineWidth?: any;
x?: any;

@@ -65,2 +64,3 @@ xType?: any;

lineColor?: any;
lineWidth?: any;
lineType?: any;

@@ -67,0 +67,0 @@ lineOpacity?: any;

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