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

dtable-utils

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-utils - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2-beta.1

2

es/filter/filter-row.js

@@ -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) {

2

package.json
{
"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

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