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

@deephaven/jsapi-types

Package Overview
Dependencies
Maintainers
7
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/jsapi-types - npm Package Compare versions

Comparing version 0.60.1-object-fetcher.7 to 0.61.0

23

dist/dh.types.d.ts

@@ -70,7 +70,2 @@ export default dh;

}
export interface VariableDescriptor<T extends string = string> {
type: T;
name?: string;
id?: string;
}
export interface LogItem {

@@ -142,3 +137,3 @@ micros: number;

getPartitionedTable: (name: string) => Promise<PartitionedTable>;
getObject: ((definition: VariableDescriptor<typeof VariableType.TABLE>) => Promise<Table>) & ((definition: VariableDescriptor<typeof VariableType.FIGURE>) => Promise<Figure>) & ((definition: VariableDescriptor<typeof VariableType.TREETABLE>) => Promise<TreeTable>) & ((definition: VariableDescriptor<typeof VariableType.HIERARCHICALTABLE>) => Promise<TreeTable>) & ((definition: VariableDescriptor<typeof VariableType.PARTITIONEDTABLE>) => Promise<PartitionedTable>) & ((definition: VariableDescriptor) => Promise<unknown>);
getObject: ((definition: VariableDefinition<typeof VariableType.TABLE>) => Promise<Table>) & ((definition: VariableDefinition<typeof VariableType.FIGURE>) => Promise<Figure>) & ((definition: VariableDefinition<typeof VariableType.TREETABLE>) => Promise<TreeTable>) & ((definition: VariableDefinition<typeof VariableType.HIERARCHICALTABLE>) => Promise<TreeTable>) & ((definition: VariableDefinition<typeof VariableType.PARTITIONEDTABLE>) => Promise<PartitionedTable>) & ((definition: VariableDefinition) => Promise<unknown>);
onLogMessage: (logHandler: (logItem: LogItem) => void) => () => void;

@@ -712,17 +707,3 @@ runCode: (code: string) => Promise<CommandResult>;

readonly formatString: string;
readonly formatDataBar: DatabarFormat;
}
export interface DatabarFormat {
axis: string;
direction: string;
max: number;
min: number;
negativeColor: string | string[];
opacity: number;
positiveColor: string | string[];
valuePlacement: string;
value: number;
marker: number;
markerColor: string | string[];
}
export interface ColumnStatistics {

@@ -855,3 +836,3 @@ readonly statisticsMap: Map<string, number>;

disconnected: () => void;
getObject: ((definition: VariableDescriptor<typeof VariableType.TABLE>) => Promise<Table>) & ((definition: VariableDescriptor<typeof VariableType.FIGURE>) => Promise<Figure>) & ((definition: VariableDescriptor<typeof VariableType.TREETABLE>) => Promise<TreeTable>) & ((definition: VariableDescriptor<typeof VariableType.HIERARCHICALTABLE>) => Promise<TreeTable>) & ((definition: VariableDescriptor<typeof VariableType.PARTITIONEDTABLE>) => Promise<PartitionedTable>) & ((definition: VariableDescriptor) => Promise<unknown>);
getObject: ((definition: VariableDefinition<typeof VariableType.TABLE>) => Promise<Table>) & ((definition: VariableDefinition<typeof VariableType.FIGURE>) => Promise<Figure>) & ((definition: VariableDefinition<typeof VariableType.TREETABLE>) => Promise<TreeTable>) & ((definition: VariableDefinition<typeof VariableType.HIERARCHICALTABLE>) => Promise<TreeTable>) & ((definition: VariableDefinition<typeof VariableType.PARTITIONEDTABLE>) => Promise<PartitionedTable>) & ((definition: VariableDefinition) => Promise<unknown>);
subscribeToFieldUpdates: (param: (changes: VariableChanges) => void) => () => void;

@@ -858,0 +839,0 @@ }

4

package.json
{
"name": "@deephaven/jsapi-types",
"version": "0.60.1-object-fetcher.7+443993f3",
"version": "0.61.0",
"description": "Deephaven JSAPI Types",

@@ -30,3 +30,3 @@ "author": "Deephaven Data Labs LLC",

},
"gitHead": "443993f3fcc4a7501c154248468f65ff23f0ef23"
"gitHead": "1f47a8d21cb9daaf83361e130950c20155cfeffb"
}

Sorry, the diff of this file is not supported yet

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