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

prosemirror-tables

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-tables - npm Package Compare versions

Comparing version 1.3.7 to 1.4.0

7

dist/index.d.ts

@@ -244,3 +244,8 @@ import { PluginKey, EditorState, Transaction, Selection, Plugin, Command } from 'prosemirror-state';

lastColumnResizable?: boolean;
View?: new (node: Node, cellMinWidth: number, view: EditorView) => NodeView;
/**
* A custom node view for the rendering table nodes. By default, the plugin
* uses the {@link TableView} class. You can explicitly set this to `null` to
* not use a custom node view.
*/
View?: (new (node: Node, cellMinWidth: number, view: EditorView) => NodeView) | null;
};

@@ -247,0 +252,0 @@ /**

2

package.json
{
"name": "prosemirror-tables",
"version": "1.3.7",
"version": "1.4.0",
"description": "ProseMirror's rowspan/colspan tables component",

@@ -5,0 +5,0 @@ "type": "module",

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 too big to display

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