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

@udecode/plate-table

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-table - npm Package Compare versions

Comparing version 2.0.1 to 3.0.2

6

CHANGELOG.md
# @udecode/plate-table
## 3.0.2
### Patch Changes
- [#965](https://github.com/udecode/plate/pull/965) [`83aaf31c`](https://github.com/udecode/plate/commit/83aaf31c02b24f388d1f178dcd4b80354ddab773) Thanks [@dylans](https://github.com/dylans)! - insertTable was only inserting header cells
## 2.0.1

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

4

dist/index.es.js

@@ -345,3 +345,3 @@ import { getPlatePluginOptions, getPlatePluginType, isElement, getRenderElement } from '@udecode/plate-core';

return {
type: header ? getPlatePluginType(editor, ELEMENT_TD) : getPlatePluginType(editor, ELEMENT_TH),
type: header ? getPlatePluginType(editor, ELEMENT_TH) : getPlatePluginType(editor, ELEMENT_TD),
children: [{

@@ -366,3 +366,3 @@ type: getPlatePluginType(editor, ELEMENT_DEFAULT),

match: {
type: [getPlatePluginType(editor, ELEMENT_TD), getPlatePluginType(editor, ELEMENT_TH)]
type: [getPlatePluginType(editor, ELEMENT_TH), getPlatePluginType(editor, ELEMENT_TD)]
}

@@ -369,0 +369,0 @@ });

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

return {
type: header ? plateCore.getPlatePluginType(editor, ELEMENT_TD) : plateCore.getPlatePluginType(editor, ELEMENT_TH),
type: header ? plateCore.getPlatePluginType(editor, ELEMENT_TH) : plateCore.getPlatePluginType(editor, ELEMENT_TD),
children: [{

@@ -370,3 +370,3 @@ type: plateCore.getPlatePluginType(editor, plateCommon.ELEMENT_DEFAULT),

match: {
type: [plateCore.getPlatePluginType(editor, ELEMENT_TD), plateCore.getPlatePluginType(editor, ELEMENT_TH)]
type: [plateCore.getPlatePluginType(editor, ELEMENT_TH), plateCore.getPlatePluginType(editor, ELEMENT_TD)]
}

@@ -373,0 +373,0 @@ });

{
"name": "@udecode/plate-table",
"version": "2.0.1",
"version": "3.0.2",
"description": "Table plugin 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