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

d2-analysis

Package Overview
Dependencies
Maintainers
5
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-analysis - npm Package Compare versions

Comparing version 32.0.0 to 32.0.1

1

lib/table/PivotTableConstants.js

@@ -39,2 +39,3 @@ 'use strict';

var SMALL_NUMBER_DECIMALS = exports.SMALL_NUMBER_DECIMALS = 2;
var SKIP_ROUNDING_NUMBER_DECIMALS = exports.SKIP_ROUNDING_NUMBER_DECIMALS = 10;

@@ -41,0 +42,0 @@ var PIVOT_TABLE_CELLS = exports.PIVOT_TABLE_CELLS = {

2

package.json
{
"name": "d2-analysis",
"version": "32.0.0",
"version": "32.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -34,2 +34,3 @@ export const VALUE_CELL = 'value';

export const SMALL_NUMBER_DECIMALS = 2;
export const SKIP_ROUNDING_NUMBER_DECIMALS = 10;

@@ -36,0 +37,0 @@ export const PIVOT_TABLE_CELLS = {

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