Socket
Socket
Sign inDemoInstall

@lexical/table

Package Overview
Dependencies
Maintainers
7
Versions
183
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.8.0 to 0.8.1

4

LexicalTableCellNode.d.ts

@@ -19,3 +19,3 @@ /**

headerState: TableCellHeaderState;
type: 'tablecell';
type: string;
width?: number;

@@ -29,3 +29,3 @@ }, SerializedGridCellNode>;

__width?: number;
static getType(): 'tablecell';
static getType(): string;
static clone(node: TableCellNode): TableCellNode;

@@ -32,0 +32,0 @@ static importDOM(): DOMConversionMap | null;

@@ -20,3 +20,3 @@ /**

__grid?: Grid;
static getType(): 'table';
static getType(): string;
static clone(node: TableNode): TableNode;

@@ -23,0 +23,0 @@ static importDOM(): DOMConversionMap | null;

@@ -12,3 +12,3 @@ /**

height: number;
type: 'tablerow';
type: string;
version: 1;

@@ -20,3 +20,3 @@ }, SerializedElementNode>;

__height?: number;
static getType(): 'tablerow';
static getType(): string;
static clone(node: TableRowNode): TableRowNode;

@@ -23,0 +23,0 @@ static importDOM(): DOMConversionMap | null;

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

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

@@ -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