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

@deephaven/jsapi-utils

Package Overview
Dependencies
Maintainers
5
Versions
680
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/jsapi-utils - npm Package Compare versions

Comparing version 0.15.2-beta.6 to 0.15.2

2

dist/TableUtils.d.ts

@@ -155,3 +155,3 @@ import { TypeValue as FilterTypeValue, OperatorValue as FilterOperatorValue } from '@deephaven/filters';

static makeCancelableTableEventPromise(table: Table | TreeTable, eventName: string, timeout?: number, matcher?: ((event: CustomEvent) => boolean) | null): CancelablePromise<CustomEvent>;
static makeAdvancedFilter(column: Column, options: AdvancedFilterOptions, timeZone: string): FilterCondition;
static makeAdvancedFilter(column: Column, options: AdvancedFilterOptions, timeZone: string): FilterCondition | null;
static removeCommas(value: string): string;

@@ -158,0 +158,0 @@ /**

@@ -994,6 +994,2 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

if (filter === null) {
throw new Error('filter is null');
}
return filter;

@@ -1000,0 +996,0 @@ }

{
"name": "@deephaven/jsapi-utils",
"version": "0.15.2-beta.6+56909ba",
"version": "0.15.2",
"description": "Deephaven JSAPI Utils",

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

"dependencies": {
"@deephaven/filters": "^0.15.2-beta.6+56909ba",
"@deephaven/jsapi-shim": "^0.15.2-beta.6+56909ba",
"@deephaven/log": "^0.15.2-beta.6+56909ba",
"@deephaven/utils": "^0.15.2-beta.6+56909ba"
"@deephaven/filters": "^0.15.2",
"@deephaven/jsapi-shim": "^0.15.2",
"@deephaven/log": "^0.15.2",
"@deephaven/utils": "^0.15.0"
},
"devDependencies": {
"@deephaven/tsconfig": "^0.15.2-beta.6+56909ba"
"@deephaven/tsconfig": "^0.15.2"
},

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

},
"gitHead": "56909bab79b394dd8e3739cc6410fdf8cefeec8f"
"gitHead": "e654e3c883bb34646325b822b0710f6e2cb61142"
}

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