🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
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.1.3
to
4.1.4
+12
-0
CHANGELOG.md

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

## [4.1.4](https://github.com/berlitz-global/max/compare/@berlitz/max-utils@4.1.3...@berlitz/max-utils@4.1.4) (2021-10-07)
### Bug Fixes
* **rich-text:** add btn on a tag ([1daf8af](https://github.com/berlitz-global/max/commit/1daf8af407dc765a295b3a611efe127c764398b0))
* **rich-text:** remove on needed btn ([eb385ce](https://github.com/berlitz-global/max/commit/eb385ce27da4cb228e1e87e910d17bc9b7075441))
## [4.1.3](https://github.com/berlitz-global/max/compare/@berlitz/max-utils@4.1.2...@berlitz/max-utils@4.1.3) (2021-09-20)

@@ -8,0 +20,0 @@

+5
-1

@@ -17,3 +17,7 @@ "use strict";

'*': ['style', 'data-key'],
a: ['href', 'target', 'rel', 'name'],
a: ['href', 'target', 'rel', 'name', {
name: 'class',
multiple: true,
values: ['btn']
}],
img: ['src', 'alt'],

@@ -20,0 +24,0 @@ iframe: ['width', 'height', 'src', 'frameborder', 'allow', 'allowfullscreen'],

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

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

},
"gitHead": "6642ffa92516d413f5584a677dd7c5c90c959809"
"gitHead": "038104e733c6e94cf8e667879c1caaf73e39c048"
}