📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@deephaven/jsapi-utils

Package Overview
Dependencies
Maintainers
0
Versions
733
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/jsapi-utils

Deephaven JSAPI Utils

0.106.4-beta.0
Source
npm
Version published
Weekly downloads
895
-1%
Maintainers
0
Weekly downloads
 
Created
Source

@deephaven/jsapi-utils

A library with some JS utility methods for interacting with the JSAPI.

Install

npm install --save @deephaven/jsapi-utils

Usage

import { TableUtils } from '@deephaven/jsapi-utils';

if (TableUtils.isDateType(columnType)) {
  console.log('Date type', columnType);
} else if (TableUtils.isNumberType(columnType)) {
  console.log('Number type', columnType);
} else {
  console.log('Unrecognized type', columnType);
}

FAQs

Package last updated on 13 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts