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

@lexical/table

Package Overview
Dependencies
Maintainers
0
Versions
288
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.25.1-nightly.20250221.0 to 0.25.1-nightly.20250224.0

8

package.json

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

"license": "MIT",
"version": "0.25.1-nightly.20250221.0",
"version": "0.25.1-nightly.20250224.0",
"main": "LexicalTable.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/clipboard": "0.25.1-nightly.20250221.0",
"@lexical/utils": "0.25.1-nightly.20250221.0",
"lexical": "0.25.1-nightly.20250221.0"
"@lexical/clipboard": "0.25.1-nightly.20250224.0",
"@lexical/utils": "0.25.1-nightly.20250224.0",
"lexical": "0.25.1-nightly.20250224.0"
},

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

@@ -14,3 +14,3 @@ # `@lexical/table`

```bash
npm install @lexical/table
npm install @lexical/table @lexical/react
```

@@ -20,24 +20,9 @@

```js
import {TablePlugin} from '@lexical/table';
See the [react-table example](https://github.com/facebook/lexical/tree/main/examples/react-table)
for a minimal example that uses this package and the
[TablePlugin](https://lexical.dev/docs/api/modules/lexical_react_LexicalTablePlugin)
from @lexical/react/LexicalTablePlugin
// In your editor
const editor = createEditor({
// ...other config
nodes: [...TablePlugin.nodes],
});
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/facebook/lexical/tree/main/examples/react-table?file=src/main.tsx)
// In your React component
function MyEditor() {
return (
<LexicalComposer>
<div className="editor-container">
<PlainTextPlugin />
<TablePlugin />
</div>
</LexicalComposer>
);
}
```
## Features

@@ -69,2 +54,2 @@

- Convert nested tables to a different format (e.g., lists or paragraphs)
- Store nested content as metadata for future processing
- Store nested content as metadata for future processing
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