Socket
Socket
Sign inDemoInstall

editro

Package Overview
Dependencies
1
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.35 to 2.1.36

2

package.json
{
"name": "editro",
"version": "2.1.35",
"version": "2.1.36",
"description": "HTML WYSIWYG editor in HTML",

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

@@ -102,3 +102,3 @@ /*

setHtml(code, o={}) {
if (code === this.getHtml()) {
if (!o.forceUpdate && code === this.getHtml()) {
return;

@@ -105,0 +105,0 @@ }

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

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