You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@lightdash/common

Package Overview
Dependencies
Maintainers
3
Versions
5277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightdash/common - npm Package Compare versions

Comparing version
0.117.0
to
0.118.0
+20
-0
dist/openapi/schemas/SavedChart/ChartConfig/ChartAxis.json

@@ -6,4 +6,24 @@ {

"type": "string"
},
"min": {
"oneOf": [
{
"type": "string"
},
{
"type": "undefined"
}
]
},
"max": {
"oneOf": [
{
"type": "string"
},
{
"type": "undefined"
}
]
}
}
}
+28
-7

@@ -299,21 +299,42 @@ {

"seeds": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
},
"snapshots": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
},
"tests": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
},
"sources": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
},
"analyses": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
},
"exposures": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
},
"macros": {
"type": "object"
"type": "array",
"items": {
"type": "object"
}
}

@@ -320,0 +341,0 @@ },

+2
-0

@@ -63,2 +63,4 @@ import { MetricQuery } from './metricQuery';

name?: string;
min?: string | undefined;
max?: string | undefined;
};

@@ -65,0 +67,0 @@ export declare type CompleteCartesianChartLayout = {

{
"name": "@lightdash/common",
"version": "0.117.0",
"version": "0.118.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",