Socket
Socket
Sign inDemoInstall

@toast-ui/editor-plugin-table-merged-cell

Package Overview
Dependencies
0
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

8

dist/toastui-editor-plugin-table-merged-cell.js
/*!
* TOAST UI Editor : Table Merged Cell Plugin
* @version 3.0.1 | Wed Oct 27 2021
* @version 3.0.2 | Thu Feb 10 2022
* @author NHN FE Development Lab <dl_javascript@nhn.com>

@@ -572,3 +572,3 @@ * @license MIT

return {
node: this.table.nodeAt(cellInfo.offset - 1),
node: this.table.nodeAt(cellInfo.offset - this.tableStartOffset),
pos: cellInfo.offset,

@@ -588,3 +588,3 @@ startSpanIdx: startSpanIdx,

return {
node: this.table.nodeAt(cellInfo.offset - 1),
node: this.table.nodeAt(cellInfo.offset - this.tableStartOffset),
pos: cellInfo.offset,

@@ -1235,4 +1235,4 @@ startSpanIdx: startSpanIdx,

}();
module.exports = __webpack_exports__.default;
module.exports = __webpack_exports__["default"];
/******/ })()
;
{
"name": "@toast-ui/editor-plugin-table-merged-cell",
"version": "3.0.1",
"version": "3.0.2",
"description": "TOAST UI Editor : Table Merged Cell Plugin",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc