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

@deephaven/jsapi-utils

Package Overview
Dependencies
Maintainers
7
Versions
673
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.96.2-alpha-jsapi-download.5 to 0.96.2-alpha-jsapi-nodejs.6

1

dist/formatters/DecimalColumnFormatter.d.ts

@@ -44,2 +44,3 @@ import type { dh as DhType } from '@deephaven/jsapi-types';

static FORMAT_BASIS_POINTS: DecimalColumnFormat;
static FORMAT_THOUSANDS: DecimalColumnFormat;
static FORMAT_MILLIONS: DecimalColumnFormat;

@@ -46,0 +47,0 @@ static FORMAT_SCIENTIFIC_NOTATION: DecimalColumnFormat;

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

_defineProperty(DecimalColumnFormatter, "FORMAT_BASIS_POINTS", DecimalColumnFormatter.makePresetFormat('Basis Points', '###,##0 bp', 10000));
_defineProperty(DecimalColumnFormatter, "FORMAT_THOUSANDS", DecimalColumnFormatter.makePresetFormat('Thousands', '##0.000 k', 0.001));
_defineProperty(DecimalColumnFormatter, "FORMAT_MILLIONS", DecimalColumnFormatter.makePresetFormat('Millions', '###,##0.000 mm', 0.000001));

@@ -114,0 +115,0 @@ _defineProperty(DecimalColumnFormatter, "FORMAT_SCIENTIFIC_NOTATION", DecimalColumnFormatter.makePresetFormat('Scientific Notation', '0.0000E0'));

@@ -50,2 +50,3 @@ import type { dh as DhType } from '@deephaven/jsapi-types';

static DEFAULT_FORMAT_STRING: string;
static FORMAT_THOUSANDS: IntegerColumnFormat;
static FORMAT_MILLIONS: IntegerColumnFormat;

@@ -52,0 +53,0 @@ static FORMAT_SCIENTIFIC_NOTATION: IntegerColumnFormat;

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

_defineProperty(IntegerColumnFormatter, "DEFAULT_FORMAT_STRING", '###,##0');
_defineProperty(IntegerColumnFormatter, "FORMAT_THOUSANDS", IntegerColumnFormatter.makePresetFormat('Thousands', '##0.000 k', 0.001));
_defineProperty(IntegerColumnFormatter, "FORMAT_MILLIONS", IntegerColumnFormatter.makePresetFormat('Millions', '###,##0.000 mm', 0.000001));

@@ -114,0 +115,0 @@ _defineProperty(IntegerColumnFormatter, "FORMAT_SCIENTIFIC_NOTATION", IntegerColumnFormatter.makePresetFormat('Scientific Notation', '0.0000E0'));

14

package.json
{
"name": "@deephaven/jsapi-utils",
"version": "0.96.2-alpha-jsapi-download.5+ab95c08e",
"version": "0.96.2-alpha-jsapi-nodejs.6+7d5f71ae",
"description": "Deephaven JSAPI Utils",

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

"dependencies": {
"@deephaven/filters": "^0.96.2-alpha-jsapi-download.5+ab95c08e",
"@deephaven/filters": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae",
"@deephaven/jsapi-types": "^1.0.0-dev0.34.0",
"@deephaven/log": "^0.96.2-alpha-jsapi-download.5+ab95c08e",
"@deephaven/utils": "^0.96.2-alpha-jsapi-download.5+ab95c08e",
"@deephaven/log": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae",
"@deephaven/utils": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae",
"lodash.clamp": "^4.0.3",

@@ -33,4 +33,4 @@ "nanoid": "^5.0.7"

"devDependencies": {
"@deephaven/jsapi-shim": "^0.96.2-alpha-jsapi-download.5+ab95c08e",
"@deephaven/test-utils": "^0.96.2-alpha-jsapi-download.5+ab95c08e"
"@deephaven/jsapi-shim": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae",
"@deephaven/test-utils": "^0.96.2-alpha-jsapi-nodejs.6+7d5f71ae"
},

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

},
"gitHead": "ab95c08e91a915bb7653a87477781ae21645f3a1"
"gitHead": "7d5f71ae05b2a29a8db16feedf6bb6328964b0b6"
}

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