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.35.1-sideEffects.3 to 0.36.0

5

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;
}

@@ -850,0 +853,0 @@ export interface CoreClient extends CoreClientContructor {

6

package.json
{
"name": "@deephaven/jsapi-types",
"version": "0.35.1-sideEffects.3+9dd055ba",
"version": "0.36.0",
"description": "Deephaven JSAPI Types",

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

"devDependencies": {
"@deephaven/tsconfig": "^0.35.1-sideEffects.3+9dd055ba"
"@deephaven/tsconfig": "^0.36.0"
},

@@ -34,3 +34,3 @@ "files": [

},
"gitHead": "9dd055bad4a66ef05ce953a1df0fa6ef5ccb0ea8"
"gitHead": "768298478fd585fc9806228f641bce068715f193"
}

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