Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@berlitz/max-utils

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berlitz/max-utils - npm Package Compare versions

Comparing version
4.8.1
to
4.8.2
+11
-0
CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [4.8.2](https://github.com/berlitz-global/max/compare/@berlitz/max-utils@4.8.1...@berlitz/max-utils@4.8.2) (2026-03-09)
### Bug Fixes
* add rowspan ([454074f](https://github.com/berlitz-global/max/commit/454074f4a6741dff4677e5d5b8a9c4bb2d136285))
## [4.8.1](https://github.com/berlitz-global/max/compare/@berlitz/max-utils@4.8.0...@berlitz/max-utils@4.8.1) (2025-02-28)

@@ -8,0 +19,0 @@

+6
-1

@@ -80,6 +80,11 @@ "use strict";

}],
td: ['id', 'colspan', {
td: ['id', 'colspan', 'rowspan', {
name: 'class',
multiple: false,
values: ['color-success', 'color-warning', 'color-danger', 'color-brand', 'color-white', 'color-gray']
}],
th: ['id', 'colspan', 'rowspan', {
name: 'class',
multiple: false,
values: ['color-success', 'color-warning', 'color-danger', 'color-brand', 'color-white', 'color-gray']
}]

@@ -86,0 +91,0 @@ },

+2
-2
{
"name": "@berlitz/max-utils",
"description": "Utilities for the Max Design System",
"version": "4.8.1",
"version": "4.8.2",
"main": "lib/index.js",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/berlitz-global/max/blob/master/packages/max-utils/CHANGELOG.md",

},
"gitHead": "9568fa97f1233aea2d95e5f4b069dbdc03624ccc"
"gitHead": "614dc7c2131bb28830d26272800ed74e95ff6849"
}