Socket
Socket
Sign inDemoInstall

@saltcorn/ckeditor4

Package Overview
Dependencies
7
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

5

index.js

@@ -145,2 +145,4 @@ const {

: "uploadimage,dialogadvtab";
const rndcls = `cke${Math.floor(Math.random() * 16777215).toString(16)}`;
return div(

@@ -155,2 +157,3 @@ {

rows: 10,
class: rndcls,
},

@@ -161,3 +164,3 @@ text(v || "")

domReady(`
var editor = CKEDITOR.replace( '${text(nm)}', {
var editor = CKEDITOR.replace( $('.${rndcls}')[0], {
extraPlugins: ${JSON.stringify(extraPlugins)},

@@ -164,0 +167,0 @@ imageUploadUrl: '/files/upload',

2

package.json
{
"name": "@saltcorn/ckeditor4",
"version": "0.2.0",
"version": "0.2.1",
"description": "CKEditor4 editor for HTML fields",

@@ -5,0 +5,0 @@ "main": "index.js",

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