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

@interval/sdk

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interval/sdk - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

dist/classes/IOClient.d.ts

@@ -674,3 +674,3 @@ /// <reference types="node" />

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any> = any>(label: string, props: {

@@ -732,3 +732,3 @@ disabled?: boolean | undefined;

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -969,3 +969,3 @@ key: string;

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any> = any>(label: string, props: {

@@ -1030,3 +1030,3 @@ defaultPageSize?: number | undefined;

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -1033,0 +1033,0 @@ key: string;

@@ -29,3 +29,3 @@ import { z } from 'zod';

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any> = any>(props: PublicProps<Row>) => {

@@ -73,3 +73,3 @@ props: {

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -117,3 +117,3 @@ key: string;

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -168,3 +168,3 @@ key: string;

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -171,0 +171,0 @@ key: string;

@@ -24,3 +24,3 @@ import Logger from '../classes/Logger';

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any> = any>(props: PublicProps<Row>) => {

@@ -61,3 +61,3 @@ props: {

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -113,3 +113,3 @@ key: string;

route?: string | undefined;
backgroundColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined;
} | null | undefined> | Record<string, any>;

@@ -116,0 +116,0 @@ key: string;

@@ -170,3 +170,3 @@ "use strict";

params: exports.serializableRecord.optional(),
backgroundColor: exports.highlightColor.optional(),
highlightColor: exports.highlightColor.optional(),
}),

@@ -173,0 +173,0 @@ ]);

{
"name": "@interval/sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "The frontendless framework for high growth companies. Interval automatically generates apps by inlining the UI in your backend code. It's a faster and more maintainable way to build internal tools, rapid prototypes, and more.",

@@ -5,0 +5,0 @@ "homepage": "https://interval.com",

Sorry, the diff of this file is too big to display

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