New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deephaven/jsapi-utils

Package Overview
Dependencies
Maintainers
6
Versions
688
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.5 to 0.15.6-beta.0

2

dist/formatters/DateTimeColumnFormatter.d.ts

@@ -15,3 +15,3 @@ import { DateWrapper, TimeZone } from '@deephaven/jsapi-shim';

*/
static isValid(format: TableColumnFormat): boolean;
static isValid(format: Pick<TableColumnFormat, 'formatString'>): boolean;
static makeFormat(label: string, formatString: string, type?: import("./TableColumnFormatter").TableColumnFormatType): TableColumnFormat;

@@ -18,0 +18,0 @@ /**

@@ -14,3 +14,3 @@ import TableColumnFormatter, { TableColumnFormat } from './TableColumnFormatter';

*/
static isValid(format: TableColumnFormat): boolean;
static isValid(format: Pick<TableColumnFormat, 'formatString'>): boolean;
/**

@@ -17,0 +17,0 @@ * Create a DecimalColumnFormat object with the parameters specified

@@ -15,3 +15,3 @@ import TableColumnFormatter, { TableColumnFormat } from './TableColumnFormatter';

*/
static isValid(format: IntegerColumnFormat): boolean;
static isValid(format: Pick<TableColumnFormat, 'formatString'>): boolean;
/**

@@ -18,0 +18,0 @@ * Create an IntegerColumnFormat object with the parameters specified

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

* @param columnIndex The index of the column to get the sort for
* @return The sort for the column, or null if it's not sorted
* @returns The sort for the column, or null if it's not sorted
*/

@@ -52,0 +52,0 @@ static getSortForColumn(tableSort: Sort[], columnIndex: number): Sort | null;

@@ -29,3 +29,3 @@ 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; }

* @param columnIndex The index of the column to get the sort for
* @return The sort for the column, or null if it's not sorted
* @returns The sort for the column, or null if it's not sorted
*/

@@ -32,0 +32,0 @@

{
"name": "@deephaven/jsapi-utils",
"version": "0.15.5",
"version": "0.15.6-beta.0+743f253",
"description": "Deephaven JSAPI Utils",

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

"dependencies": {
"@deephaven/filters": "^0.15.2",
"@deephaven/jsapi-shim": "^0.15.5",
"@deephaven/log": "^0.15.5",
"@deephaven/utils": "^0.15.0"
"@deephaven/filters": "^0.15.6-beta.0+743f253",
"@deephaven/jsapi-shim": "^0.15.6-beta.0+743f253",
"@deephaven/log": "^0.15.6-beta.0+743f253",
"@deephaven/utils": "^0.15.6-beta.0+743f253"
},
"devDependencies": {
"@deephaven/tsconfig": "^0.15.2"
"@deephaven/tsconfig": "^0.15.6-beta.0+743f253"
},

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

},
"gitHead": "0556c0fe73d2cabf66682a955950defd6130bbfa"
"gitHead": "743f253dd40b4f0dcca921ecf4f578d64202cd53"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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