New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.14.0 to 1.15.0

2

admin/src/components/Wysiwyg/index.js

@@ -49,3 +49,3 @@ import React, { useState } from 'react';

editor.model.change(writer => {
const imageElement = writer.createElement('image', {
const imageElement = writer.createElement('imageBlock', {
src: url

@@ -52,0 +52,0 @@ });

@@ -20,2 +20,3 @@ module.exports = {

// "removeFormat",
// "sourceEditing",
// "code",

@@ -22,0 +23,0 @@ // "link",

{
"name": "strapi-plugin-ckeditor5",
"version": "1.14.0",
"version": "1.15.0",
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5",

@@ -5,0 +5,0 @@ "private": false,

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