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.2-beta.1 to 5.0.2-beta.2

2

es/filter/filter-row.js

@@ -192,3 +192,3 @@ import { getFormattedFilters, deleteInvalidFilter } from './core.js';

var rowId = row._id;
var formulaRow = formulaRows && formulaRows[rowId] ? formulaRows[rowId] : {};
var formulaRow = formulaRows ? formulaRows[rowId] : null;
if (filterRow(row, filterConjunction, formattedFilters, {

@@ -195,0 +195,0 @@ formulaRow: formulaRow,

@@ -196,3 +196,3 @@ 'use strict';

var rowId = row._id;
var formulaRow = formulaRows && formulaRows[rowId] ? formulaRows[rowId] : {};
var formulaRow = formulaRows ? formulaRows[rowId] : null;
if (filterRow(row, filterConjunction, formattedFilters, {

@@ -199,0 +199,0 @@ formulaRow: formulaRow,

{
"name": "dtable-utils",
"version": "5.0.2-beta.1",
"version": "5.0.2-beta.2",
"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