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-beta.1 to 0.35.1-envoy-prefix.3

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-beta.1+5142a4d7",
"version": "0.35.1-envoy-prefix.3+ff727116",
"description": "Deephaven JSAPI Types",

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

"devDependencies": {
"@deephaven/tsconfig": "^0.35.1-beta.1+5142a4d7"
"@deephaven/tsconfig": "^0.35.1-envoy-prefix.3+ff727116"
},

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

},
"gitHead": "5142a4d7fc216034d2bd4218b928bfe0768c6dff"
"gitHead": "ff7271160973a9b7bfcc210c7205db63d4b3ec58"
}

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