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

@tiptap/extension-table

Package Overview
Dependencies
Maintainers
5
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-table - npm Package Compare versions

Comparing version 2.5.0-beta.2 to 2.5.0-beta.3

dist/packages/core/src/CommandManager.d.ts

0

dist/index.js

@@ -0,0 +0,0 @@ import { findParentNodeClosestToPos, Node, mergeAttributes, callOrReturn, getExtensionField } from '@tiptap/core';

2

dist/index.umd.js

@@ -353,3 +353,3 @@ (function (global, factory) {

exports.createTable = createTable;
exports["default"] = Table;
exports.default = Table;

@@ -356,0 +356,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

@@ -0,0 +0,0 @@ import { Table } from './table.js';

@@ -0,0 +0,0 @@ import { Node, ParentConfig } from '@tiptap/core';

@@ -0,0 +0,0 @@ import { Node as ProseMirrorNode } from '@tiptap/pm/model';

import { Fragment, Node as ProsemirrorNode, NodeType } from '@tiptap/pm/model';
export declare function createCell(cellType: NodeType, cellContent?: Fragment | ProsemirrorNode | Array<ProsemirrorNode>): ProsemirrorNode | null | undefined;

@@ -0,0 +0,0 @@ import { Node as ProseMirrorNode } from '@tiptap/pm/model';

import { Fragment, Node as ProsemirrorNode, Schema } from '@tiptap/pm/model';
export declare function createTable(schema: Schema, rowsCount: number, colsCount: number, withHeaderRow: boolean, cellContent?: Fragment | ProsemirrorNode | Array<ProsemirrorNode>): ProsemirrorNode;
import { KeyboardShortcutCommand } from '@tiptap/core';
export declare const deleteTableWhenAllCellsSelected: KeyboardShortcutCommand;

@@ -0,0 +0,0 @@ import { NodeType, Schema } from '@tiptap/pm/model';

import { CellSelection } from '@tiptap/pm/tables';
export declare function isCellSelection(value: unknown): value is CellSelection;
{
"name": "@tiptap/extension-table",
"description": "table extension for tiptap",
"version": "2.5.0-beta.2",
"version": "2.5.0-beta.3",
"homepage": "https://tiptap.dev",

@@ -32,4 +32,4 @@ "keywords": [

"devDependencies": {
"@tiptap/core": "^2.5.0-beta.2",
"@tiptap/pm": "^2.5.0-beta.2"
"@tiptap/core": "^2.5.0-beta.3",
"@tiptap/pm": "^2.5.0-beta.3"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

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 not supported yet

Sorry, the diff of this file is not supported yet

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