New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@udecode/plate-font

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-font - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

6

CHANGELOG.md
# @udecode/plate-font
## 3.4.1
### Patch Changes
- [#1031](https://github.com/udecode/plate/pull/1031) [`fd7d7f8a`](https://github.com/udecode/plate/commit/fd7d7f8a86344091c8b3aa5c6ea58e8f7cbd7baa) Thanks [@csalomons](https://github.com/csalomons)! - fix: font size deserializer options
## 3.4.0

@@ -4,0 +10,0 @@

2

dist/index.es.js

@@ -43,3 +43,3 @@ import { getPlatePluginOptions, getRenderLeaf } from '@udecode/plate-core';

const getFontSizeDeserialize = () => editor => {
const options = getPlatePluginOptions(editor, MARK_BG_COLOR);
const options = getPlatePluginOptions(editor, MARK_FONT_SIZE);
return {

@@ -46,0 +46,0 @@ leaf: getNodeDeserializer({

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

const getFontSizeDeserialize = () => editor => {
const options = plateCore.getPlatePluginOptions(editor, MARK_BG_COLOR);
const options = plateCore.getPlatePluginOptions(editor, MARK_FONT_SIZE);
return {

@@ -50,0 +50,0 @@ leaf: plateCommon.getNodeDeserializer({

{
"name": "@udecode/plate-font",
"version": "3.4.0",
"version": "3.4.1",
"description": "Font plugins for Plate",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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