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

bam32bittheme

Package Overview
Dependencies
Maintainers
0
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bam32bittheme - npm Package Compare versions

Comparing version 2.1.111 to 2.1.112

2

dist/components/Table.js

@@ -131,3 +131,3 @@ "use strict";

const cellValue = cell.getValue();
const isLongText = typeof cellValue === 'string' && cellValue.length > 45;
const isLongText = typeof cellValue === 'string' && (cellValue === null || cellValue === void 0 ? void 0 : cellValue.length) > 45;
return {

@@ -134,0 +134,0 @@ sx: {

{
"name": "bam32bittheme",
"version": "2.1.111",
"version": "2.1.112",
"private": false,

@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x",

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