dtable-utils
Advanced tools
Comparing version 5.0.1 to 5.0.2-beta.1
@@ -97,2 +97,3 @@ import { getFormattedFilters, deleteInvalidFilter } from './core.js'; | ||
{ | ||
if (!formulaRow) return false; | ||
cellValue = formulaRow[column_key]; | ||
@@ -107,2 +108,3 @@ return formulaFilter(cellValue, filter, { | ||
{ | ||
if (!formulaRow) return false; | ||
cellValue = formulaRow[column_key]; | ||
@@ -109,0 +111,0 @@ cellValue = Array.isArray(cellValue) ? cellValue.map(function (linked) { |
@@ -101,2 +101,3 @@ 'use strict'; | ||
{ | ||
if (!formulaRow) return false; | ||
cellValue = formulaRow[column_key]; | ||
@@ -111,2 +112,3 @@ return formula.formulaFilter(cellValue, filter, { | ||
{ | ||
if (!formulaRow) return false; | ||
cellValue = formulaRow[column_key]; | ||
@@ -113,0 +115,0 @@ cellValue = Array.isArray(cellValue) ? cellValue.map(function (linked) { |
{ | ||
"name": "dtable-utils", | ||
"version": "5.0.1", | ||
"version": "5.0.2-beta.1", | ||
"description": "dtable common utils", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
897904
19665
3