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
326
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.39.1-chart-refactor.14 to 0.40.0

5

dist/dh.types.d.ts

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

}
/**
* @deprecated
* Used to be a string union, but it can really be any string
*/
export type VariableTypeUnion = string;
export interface VariableDefinition<T extends string = string> {

@@ -57,0 +62,0 @@ type: T;

6

package.json
{
"name": "@deephaven/jsapi-types",
"version": "0.39.1-chart-refactor.14+375246e7",
"version": "0.40.0",
"description": "Deephaven JSAPI Types",

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

"devDependencies": {
"@deephaven/tsconfig": "^0.39.1-chart-refactor.14+375246e7"
"@deephaven/tsconfig": "^0.40.0"
},

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

},
"gitHead": "375246e72f442c8c38d112c3d62e367fe4ec5a0f"
"gitHead": "8c45b264663ebbd7755729404600c5c480757efa"
}

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