@lightdash/common
Advanced tools
@@ -6,4 +6,24 @@ { | ||
| "type": "string" | ||
| }, | ||
| "min": { | ||
| "oneOf": [ | ||
| { | ||
| "type": "string" | ||
| }, | ||
| { | ||
| "type": "undefined" | ||
| } | ||
| ] | ||
| }, | ||
| "max": { | ||
| "oneOf": [ | ||
| { | ||
| "type": "string" | ||
| }, | ||
| { | ||
| "type": "undefined" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
@@ -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 @@ }, |
@@ -63,2 +63,4 @@ import { MetricQuery } from './metricQuery'; | ||
| name?: string; | ||
| min?: string | undefined; | ||
| max?: string | undefined; | ||
| }; | ||
@@ -65,0 +67,0 @@ export declare type CompleteCartesianChartLayout = { |
+1
-1
| { | ||
| "name": "@lightdash/common", | ||
| "version": "0.117.0", | ||
| "version": "0.118.0", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
344794
0.29%9301
0.46%