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

dtable-utils

Package Overview
Dependencies
Maintainers
1
Versions
83
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 4.3.4-alpha2 to 4.3.4-alpha3

2

es/filter/filter-column/long-text.js

@@ -16,3 +16,3 @@ import _typeof from '@babel/runtime/helpers/typeof';

} else if (_typeof(value) === 'object') {
text = value ? value.text : null;
text = value ? value.text.trim() : null;
} else {

@@ -19,0 +19,0 @@ text = null;

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

} else if (_typeof__default["default"](value) === 'object') {
text = value ? value.text : null;
text = value ? value.text.trim() : null;
} else {

@@ -27,0 +27,0 @@ text = null;

{
"name": "dtable-utils",
"version": "4.3.4-alpha2",
"version": "4.3.4-alpha3",
"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