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.0-alpha.0 to 3.0.0-alpha.1

2

dist/toastui-editor-plugin-table-merged-cell.js
/*!
* TOAST UI Editor : Table Merged Cell Plugin
* @version 3.0.0-alpha.0 | Thu May 27 2021
* @version 3.0.0-alpha.1 | Wed Jun 16 2021
* @author NHN FE Development Lab <dl_javascript@nhn.com>

@@ -5,0 +5,0 @@ * @license MIT

{
"name": "@toast-ui/editor-plugin-table-merged-cell",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "TOAST UI Editor : Table Merged Cell Plugin",

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

# TOAST UI Editor : Table Merged Cell Plugin
> This is a plugin of [TOAST UI Editor](https://github.com/nhn/tui.editor/tree/master/apps/editor) to merge table columns.
> This is a plugin of [TOAST UI Editor](https://github.com/nhn/tui.editor/tree/main/apps/editor) to merge table columns.
[![npm version](https://img.shields.io/npm/v/@toast-ui/editor-plugin-table-merged-cell.svg)](https://www.npmjs.com/package/@toast-ui/editor-plugin-table-merged-cell)
![table-merged-cell](https://user-images.githubusercontent.com/18183560/76829635-f5528400-6866-11ea-99e6-1f70596f34de.png)
![table-merged-cell](https://user-images.githubusercontent.com/37766175/121814008-c0232480-cca9-11eb-8611-7ccc0fe8707f.png)

@@ -25,2 +25,3 @@ ## 🚩 Table of Contents

- toastui-editor-plugin-table-merged-cell.js
- toastui-editor-plugin-table-merged-cell.css
```

@@ -38,2 +39,4 @@

- toastui-editor-plugin-table-merged-cell.min.js
- toastui-editor-plugin-table-merged-cell.css
- toastui-editor-plugin-table-merged-cell.min.css
```

@@ -43,5 +46,5 @@

To use the plugin, [`@toast-ui/editor`](https://github.com/nhn/tui.editor/tree/master/apps/editor) must be installed.
To use the plugin, [`@toast-ui/editor`](https://github.com/nhn/tui.editor/tree/main/apps/editor) must be installed.
> Ref. [Getting Started](https://github.com/nhn/tui.editor/blob/master/apps/editor/docs/getting-started.md)
> Ref. [Getting Started](https://github.com/nhn/tui.editor/blob/main/docs/en/getting-started.md)

@@ -59,2 +62,4 @@ ### Install

```js
import '@toast-ui/editor-plugin-table-merged-cell/dist/toastui-editor-plugin-table-merged-cell.css';
import tableMergedCell from '@toast-ui/editor-plugin-table-merged-cell';

@@ -66,2 +71,4 @@ ```

```js
require('@toast-ui/editor-plugin-table-merged-cell/dist/toastui-editor-plugin-table-merged-cell.css');
const tableMergedCell = require('@toast-ui/editor-plugin-table-merged-cell');

@@ -75,2 +82,4 @@ ```

```js
import '@toast-ui/editor-plugin-table-merged-cell/dist/toastui-editor-plugin-table-merged-cell.css';
import Editor from '@toast-ui/editor';

@@ -88,2 +97,4 @@ import tableMergedCell from '@toast-ui/editor-plugin-table-merged-cell';

```js
import '@toast-ui/editor-plugin-table-merged-cell/dist/toastui-editor-plugin-table-merged-cell.css';
import Viewer from '@toast-ui/editor/dist/toastui-editor-viewer';

@@ -101,2 +112,4 @@ import tableMergedCell from '@toast-ui/editor-plugin-table-merged-cell';

```js
import '@toast-ui/editor-plugin-table-merged-cell/dist/toastui-editor-plugin-table-merged-cell.css';
import Editor from '@toast-ui/editor';

@@ -120,2 +133,10 @@ import tableMergedCell from '@toast-ui/editor-plugin-table-merged-cell';

...
<head>
...
<link
rel="stylesheet"
href="https://uicdn.toast.com/editor-plugin-table-merged-cell/latest/toastui-editor-plugin-table-merged-cell.min.css"
/>
...
</head>
<body>

@@ -122,0 +143,0 @@ ...

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