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

suneditor

Package Overview
Dependencies
Maintainers
0
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 3.0.0-alpha.13 to 3.0.0-alpha.14

3

package.json
{
"name": "suneditor",
"version": "3.0.0-alpha.13",
"version": "3.0.0-alpha.14",
"description": "Vanilla javascript based WYSIWYG web editor",

@@ -73,2 +73,3 @@ "author": "Yi JiHong",

"prettier": "^2.8.8",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",

@@ -75,0 +76,0 @@ "webpack": "^5.84.1",

@@ -983,7 +983,2 @@ import { env, converter, domUtils, numbers } from '../helper';

/** destroy external library */
if (this.options.get('codeMirror6Editor')) {
this.options.get('codeMirror6Editor').destroy();
}
/** remove element */

@@ -990,0 +985,0 @@ domUtils.removeItem(this.carrierWrapper);

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