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

@deephaven/auth-core-plugins

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/auth-core-plugins

Deephaven Auth Core Plugins

0.32.1-auth-plugins.7
latest
Version published
Maintainers
6
Created

@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 28 Mar 2023

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