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

@lexical/table

Package Overview
Dependencies
Maintainers
6
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/table - npm Package Compare versions

Comparing version 0.3.11 to 0.4.0

1

index.d.ts

@@ -0,1 +1,2 @@

/** @module @lexical/table */
/**

@@ -2,0 +3,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

19

LexicalTable.dev.js

@@ -25,3 +25,8 @@ /**

};
/** @noInheritDoc */
class TableCellNode extends lexical.GridCellNode {
/** @internal */
/** @internal */
static getType() {

@@ -197,3 +202,6 @@ return 'tablecell';

*/
/** @noInheritDoc */
class TableRowNode extends lexical.GridRowNode {
/** @internal */
static getType() {

@@ -1388,3 +1396,6 @@ return 'tablerow';

*/
/** @noInheritDoc */
class TableNode extends lexical.GridNode {
/** @internal */
static getType() {

@@ -1782,9 +1793,3 @@ return 'table';

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
/** @module @lexical/table */
const INSERT_TABLE_COMMAND = lexical.createCommand();

@@ -1791,0 +1796,0 @@

@@ -22,4 +22,7 @@ /**

}, SerializedGridCellNode>;
/** @noInheritDoc */
export declare class TableCellNode extends GridCellNode {
/** @internal */
__headerState: TableCellHeaderState;
/** @internal */
__width?: number;

@@ -26,0 +29,0 @@ static getType(): 'tablecell';

@@ -16,3 +16,5 @@ /**

}, SerializedElementNode>;
/** @noInheritDoc */
export declare class TableNode extends GridNode {
/** @internal */
__grid?: Grid;

@@ -19,0 +21,0 @@ static getType(): 'table';

@@ -15,3 +15,5 @@ /**

}, SerializedElementNode>;
/** @noInheritDoc */
export declare class TableRowNode extends GridRowNode {
/** @internal */
__height?: number;

@@ -18,0 +20,0 @@ static getType(): 'tablerow';

@@ -11,9 +11,9 @@ {

"license": "MIT",
"version": "0.3.11",
"version": "0.4.0",
"main": "LexicalTable.js",
"peerDependencies": {
"lexical": "0.3.11"
"lexical": "0.4.0"
},
"dependencies": {
"@lexical/utils": "0.3.11"
"@lexical/utils": "0.4.0"
},

@@ -20,0 +20,0 @@ "repository": {

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