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

@vizzly/ai-types

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizzly/ai-types - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

dist/src/frontendTypes.d.ts

@@ -18,11 +18,11 @@ import { VIEW_TYPES } from './constants';

dataSetName: string;
select: Array<{
select?: Array<{
field: string;
function: string;
}>;
group: Array<{
group?: Array<{
field: string;
function: string;
}>;
order: Array<{
order?: Array<{
field: string;

@@ -34,2 +34,4 @@ function: string;

export type ViewFormatProperties = {
title?: string;
subtitle?: string;
stacked?: boolean;

@@ -36,0 +38,0 @@ goalLines?: Array<{

{
"name": "@vizzly/ai-types",
"version": "0.0.3",
"version": "0.0.4",
"source": "types.ts",

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

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