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

@udecode/plate-table

Package Overview
Dependencies
Maintainers
2
Versions
223
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 35.1.0 to 35.2.0

4

dist/index.d.ts

@@ -48,2 +48,4 @@ import * as _udecode_plate_common_server from '@udecode/plate-common/server';

enableUnsetSingleColSize?: boolean;
/** @default cell.children */
getCellChildren?: <T = TDescendant>(cell: TTableCellElement) => T[];
/**

@@ -128,3 +130,3 @@ * If defined, a normalizer will set each undefined table `colSizes` to this

/** If selection is in a table, get subtable above. */
declare const withGetFragmentTable: <V extends Value$1 = Value$1, E extends PlateEditor$1<V> = PlateEditor$1<V>>(editor: E) => E;
declare const withGetFragmentTable: <V extends Value$1 = Value$1, E extends PlateEditor$1<V> = PlateEditor$1<V>>(editor: E, { options }: WithPlatePlugin<TablePlugin<V>, V, E>) => E;

@@ -131,0 +133,0 @@ /**

{
"name": "@udecode/plate-table",
"version": "35.1.0",
"version": "35.2.0",
"description": "Table plugin for Plate",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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