Socket
Socket
Sign inDemoInstall

@mdxeditor/editor

Package Overview
Dependencies
44
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.0 to 0.17.1

7

dist/plugins/table/TableNode.js

@@ -111,3 +111,8 @@ var __defProp = Object.defineProperty;

deleteRowAt(rowIndex) {
this.getWritable().__mdastNode.children.splice(rowIndex, 1);
if (this.getRowCount() === 1) {
this.selectNext();
this.remove();
} else {
this.getWritable().__mdastNode.children.splice(rowIndex, 1);
}
}

@@ -114,0 +119,0 @@ addRowToBottom() {

2

package.json

@@ -12,3 +12,3 @@ {

"type": "module",
"version": "0.17.0",
"version": "0.17.1",
"description": "React component for rich text markdown editing",

@@ -15,0 +15,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc