Socket
Socket
Sign inDemoInstall

@toast-ui/editor-plugin-color-syntax

Package Overview
Dependencies
1
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

3

dist/toastui-editor-plugin-color-syntax.js
/*!
* TOAST UI Editor : Color Syntax Plugin
* @version 1.0.0 | Wed Mar 18 2020
* @version 1.0.1 | Mon Jul 20 2020
* @author NHN FE Development Lab <dl_javascript@nhn.com>

@@ -561,2 +561,3 @@ * @license MIT

var button = document.createElement('button');
button.setAttribute('type', 'button');
button.className = 'te-apply-button';

@@ -563,0 +564,0 @@ button.innerHTML = text;

{
"name": "@toast-ui/editor-plugin-color-syntax",
"version": "1.0.0",
"version": "1.0.1",
"description": "TOAST UI Editor : Color Syntax Plugin",

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

@@ -107,3 +107,3 @@ # TOAST UI Editor : Color Syntax Plugin

<!-- Editor -->
<script src="https://uicdn.toast.com/editor/latest/toastui-editor.min.js"></script>
<script src="https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js"></script>
<!-- Editor's Plugin -->

@@ -110,0 +110,0 @@ <script src="https://uicdn.toast.com/editor-plugin-color-syntax/latest/toastui-editor-plugin-color-syntax.min.js"></script>

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