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 33.2.2 to 33.2.3

10

lib/api/Layout.js

@@ -910,2 +910,7 @@ 'use strict';

// aggregation type
if ((0, _isString2.default)(this.aggregationType) && this.aggregationType !== defAggTypeId) {
request.add('aggregationType=' + this.aggregationType);
}
// normal request only

@@ -918,7 +923,2 @@ if (!isTableLayout) {

// aggregation type
if ((0, _isString2.default)(this.aggregationType) && this.aggregationType !== defAggTypeId) {
request.add('aggregationType=' + this.aggregationType);
}
// user org unit

@@ -925,0 +925,0 @@ if ((0, _isArray2.default)(this.userOrgUnit) && this.userOrgUnit.length) {

{
"name": "d2-analysis",
"version": "33.2.2",
"version": "33.2.3",
"description": "",

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

@@ -928,2 +928,7 @@ import isArray from 'd2-utilizr/lib/isArray';

// aggregation type
if (isString(this.aggregationType) && this.aggregationType !== defAggTypeId) {
request.add('aggregationType=' + this.aggregationType);
}
// normal request only

@@ -936,7 +941,2 @@ if (!isTableLayout) {

// aggregation type
if (isString(this.aggregationType) && this.aggregationType !== defAggTypeId) {
request.add('aggregationType=' + this.aggregationType);
}
// user org unit

@@ -943,0 +943,0 @@ if (isArray(this.userOrgUnit) && this.userOrgUnit.length) {

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