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

@deephaven/jsapi-types

Package Overview
Dependencies
Maintainers
6
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.34.1-relative-links.15 to 0.34.1-relative-links.23

9

dist/dh.types.d.ts

@@ -839,2 +839,5 @@ export default dh;

}
export interface ConnectOptions {
headers?: Record<string, string>;
}
export interface CoreClientContructor extends Evented {

@@ -847,3 +850,3 @@ EVENT_CONNECT: string;

LOGIN_TYPE_ANONYMOUS: string;
new (serverUrl: string): CoreClient;
new (serverUrl: string, options?: ConnectOptions): CoreClient;
}

@@ -854,4 +857,6 @@ export interface CoreClient extends CoreClientContructor {

getStorageService(): StorageService;
getServerConfigValues(): [string, string][];
getServerConfigValues(): Promise<[string, string][]>;
getAuthConfigValues(): Promise<[string, string][]>;
disconnect(): void;
}
//# sourceMappingURL=dh.types.d.ts.map
{
"name": "@deephaven/jsapi-types",
"version": "0.34.1-relative-links.15+05fc6cd0",
"version": "0.34.1-relative-links.23+4a37c7e4",
"description": "Deephaven JSAPI Types",

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

"devDependencies": {
"@deephaven/tsconfig": "^0.34.1-relative-links.15+05fc6cd0"
"@deephaven/tsconfig": "^0.34.1-relative-links.23+4a37c7e4"
},

@@ -30,6 +30,7 @@ "files": [

],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"gitHead": "05fc6cd004acabc0a9bc0807912acff061e55464"
"gitHead": "4a37c7e4f53c5c99ff185be1ac9f7800b6065d98"
}

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