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.36.2 to 2.36.3

2

package.json

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

],
"version": "2.36.2",
"version": "2.36.3",
"description": "Pure JavaScript based WYSIWYG web editor",

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

@@ -866,2 +866,4 @@ /*

this.plugins[pluginName].setSize.call(this, w, h, false, direction);
if (isVertical) this.plugins.resizing.setTransformSize.call(this, this.context[this.context.resizing._resize_plugin]._element, w, h);
this.selectComponent(this.context[pluginName]._element, pluginName);

@@ -868,0 +870,0 @@ }

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