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

prosemirror-tables

Package Overview
Dependencies
Maintainers
1
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 0.6.3 to 0.6.4

.npmignore

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -83,3 +83,3 @@ // This file defines a number of table-related commands.

function removeColumn(tr, {map, table, tableStart}, col) {
export function removeColumn(tr, {map, table, tableStart}, col) {
let mapStart = tr.mapping.maps.length

@@ -86,0 +86,0 @@ for (let row = 0; row < map.height;) {

Sorry, the diff of this file is too big to display

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