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.4.2 to 1.5.0

12

dist/index.d.ts

@@ -152,2 +152,6 @@ import { PluginKey, EditorState, Transaction, Selection, Plugin, Command } from 'prosemirror-state';

*/
declare function cellNear($pos: ResolvedPos): ResolvedPos | undefined;
/**
* @public
*/
declare function pointsAtCell($pos: ResolvedPos): boolean;

@@ -428,2 +432,8 @@ /**

declare function deleteTable(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
/**
* Deletes the content of the selected cells, if they are not empty.
*
* @public
*/
declare function deleteCellSelection(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;

@@ -572,2 +582,2 @@ /**

export { type CellAttributes, CellBookmark, CellSelection, type CellSelectionJSON, type ColWidths, type ColumnResizingOptions, type Direction, type Dragging, type GetCellTypeOptions, type MutableAttrs, type Problem, type Rect, ResizeState, type TableEditingOptions, TableMap, type TableNodes, type TableNodesOptions, type TableRect, type TableRole, TableView, type ToggleHeaderType, type Area as __Area, clipCells as __clipCells, insertCells as __insertCells, pastedCells as __pastedCells, addColSpan, addColumn, addColumnAfter, addColumnBefore, addRow, addRowAfter, addRowBefore, cellAround, colCount, columnIsHeader, columnResizing, columnResizingPluginKey, deleteColumn, deleteRow, deleteTable, findCell, fixTables, fixTablesKey, type getFromDOM, goToNextCell, handlePaste, inSameTable, isInTable, mergeCells, moveCellForward, nextCell, pointsAtCell, removeColSpan, removeColumn, removeRow, rowIsHeader, selectedRect, selectionCell, setCellAttr, type setDOMAttr, splitCell, splitCellWithType, tableEditing, tableEditingKey, tableNodeTypes, tableNodes, toggleHeader, toggleHeaderCell, toggleHeaderColumn, toggleHeaderRow, updateColumnsOnResize };
export { type CellAttributes, CellBookmark, CellSelection, type CellSelectionJSON, type ColWidths, type ColumnResizingOptions, type Direction, type Dragging, type GetCellTypeOptions, type MutableAttrs, type Problem, type Rect, ResizeState, type TableEditingOptions, TableMap, type TableNodes, type TableNodesOptions, type TableRect, type TableRole, TableView, type ToggleHeaderType, type Area as __Area, clipCells as __clipCells, insertCells as __insertCells, pastedCells as __pastedCells, addColSpan, addColumn, addColumnAfter, addColumnBefore, addRow, addRowAfter, addRowBefore, cellAround, cellNear, colCount, columnIsHeader, columnResizing, columnResizingPluginKey, deleteCellSelection, deleteColumn, deleteRow, deleteTable, findCell, fixTables, fixTablesKey, type getFromDOM, goToNextCell, handlePaste, inSameTable, isInTable, mergeCells, moveCellForward, nextCell, pointsAtCell, removeColSpan, removeColumn, removeRow, rowIsHeader, selectedRect, selectionCell, setCellAttr, type setDOMAttr, splitCell, splitCellWithType, tableEditing, tableEditingKey, tableNodeTypes, tableNodes, toggleHeader, toggleHeaderCell, toggleHeaderColumn, toggleHeaderRow, updateColumnsOnResize };

2

package.json
{
"name": "prosemirror-tables",
"version": "1.4.2",
"version": "1.5.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