Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strapi-plugin-ckeditor5

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-ckeditor5 - npm Package Compare versions

Comparing version 2.1.0-rc.1 to 2.1.1-rc.1

7

admin/src/components/CKEditor/index.js

@@ -20,9 +20,12 @@ import React from "react";

/* Revert font styling */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
font: revert;
}
/* Revert list styling */
ul.todo-list {
list-style: none;
}
ul, ol {
list-style: initial;
margin-left: 16px;
margin-left: 32px;
}

@@ -29,0 +32,0 @@ }

{
"name": "strapi-plugin-ckeditor5",
"version": "2.1.0-rc.1",
"version": "2.1.1-rc.1",
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5",

@@ -42,3 +42,3 @@ "private": false,

"@strapi/helper-plugin": "^4.1.5",
"ckeditor5-build-strapi-wysiwyg": "^2.1.0",
"ckeditor5-build-strapi-wysiwyg": "^2.1.1",
"react": "^17.0.2",

@@ -45,0 +45,0 @@ "react-dom": "^17.0.2"

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