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
322
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.0 to 0.60.1-object-fetcher.6

9

dist/dh.types.d.ts

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

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

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

getPartitionedTable: (name: string) => Promise<PartitionedTable>;
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>);
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>);
onLogMessage: (logHandler: (logItem: LogItem) => void) => () => void;

@@ -849,3 +854,3 @@ runCode: (code: string) => Promise<CommandResult>;

disconnected: () => void;
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>);
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>);
subscribeToFieldUpdates: (param: (changes: VariableChanges) => void) => () => void;

@@ -852,0 +857,0 @@ }

{
"name": "@deephaven/jsapi-types",
"version": "0.60.1-object-fetcher.0+7fe24cdd",
"version": "0.60.1-object-fetcher.6+6a7af1e6",
"description": "Deephaven JSAPI Types",

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

},
"gitHead": "7fe24cddd638b5b922b609693756ecbf5a989094"
"gitHead": "6a7af1e6366a33dddcd7534fbc0d50d82509a137"
}

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