New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

suneditor

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

suneditor - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

dist/fonts/2458709fe892018b36de31db168fa345.eot

2

bower.json
{
"name": "suneditor",
"version": "2.0.14",
"version": "2.0.15",
"description": "Pure JavaScript based WYSIWYG web editor",

@@ -5,0 +5,0 @@ "main": "src/suneditor.js",

@@ -6,3 +6,3 @@ {

],
"version": "2.0.14",
"version": "2.0.15",
"description": "Pure JavaScript based WYSIWYG web editor",

@@ -9,0 +9,0 @@ "main": "src/suneditor.js",

@@ -260,3 +260,3 @@ # Suneditor

lang : language object default : English
lang : language object (en, ko) default : English

@@ -263,0 +263,0 @@ imageFileInput : Choose whether to create a file input tag in the image upload window default : true

@@ -166,3 +166,3 @@ 'use strict';

fullScreen: ['', lang.toolbar.fullScreen, 'fullScreen', '', '',
fullScreen: ['code-view-enabled', lang.toolbar.fullScreen, 'fullScreen', '', '',
'<div class="icon-expansion"></div>'

@@ -175,11 +175,11 @@ ],

codeView: ['', lang.toolbar.codeView, 'codeView', '', '',
codeView: ['code-view-enabled', lang.toolbar.codeView, 'codeView', '', '',
'<div class="icon-code-view"></div>'
],
undo: ['', lang.toolbar.undo + ' (Ctrl+Z)', 'undo', '', '',
undo: ['code-view-enabled', lang.toolbar.undo + ' (Ctrl+Z)', 'undo', '', '',
'<div class="icon-undo"></div>'
],
redo: ['', lang.toolbar.redo + ' (Ctrl+Y)', 'redo', '', '',
redo: ['code-view-enabled', lang.toolbar.redo + ' (Ctrl+Y)', 'redo', '', '',
'<div class="icon-redo"></div>'

@@ -225,5 +225,3 @@ ],

horizontalRule: ['btn_line', lang.toolbar.horizontalRule, 'horizontalRule', 'submenu', '',
'<hr style="border-width: 1px 0 0; border-style: solid none none; border-color: black; border-image: initial; height: 1px;" />' +
'<hr style="border-width: 1px 0 0; border-style: dotted none none; border-color: black; border-image: initial; height: 1px;" />' +
'<hr style="border-width: 1px 0 0; border-style: dashed none none; border-color: black; border-image: initial; height: 1px;" />'
'<div class="icon-hr"></div>'
],

@@ -230,0 +228,0 @@

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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