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

@ckeditor/ckeditor5-upload

Package Overview
Dependencies
Maintainers
1
Versions
705
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-upload - npm Package Compare versions

Comparing version 33.0.0 to 34.0.0

8

package.json
{
"name": "@ckeditor/ckeditor5-upload",
"version": "33.0.0",
"version": "34.0.0",
"description": "Upload feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^33.0.0",
"@ckeditor/ckeditor5-utils": "^33.0.0",
"@ckeditor/ckeditor5-ui": "^33.0.0"
"@ckeditor/ckeditor5-core": "^34.0.0",
"@ckeditor/ckeditor5-utils": "^34.0.0",
"@ckeditor/ckeditor5-ui": "^34.0.0"
},

@@ -19,0 +19,0 @@ "engines": {

@@ -6,3 +6,4 @@ CKEditor 5 file upload feature

[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.com/ckeditor/ckeditor5)
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-upload)

@@ -9,0 +10,0 @@ This package implements various file upload utilities for CKEditor 5.

@@ -17,3 +17,3 @@ /**

* A plugin that converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64)
* in the {@glink builds/guides/integration/saving-data editor output}.
* in the {@glink installation/advanced/saving-data editor output}.
*

@@ -20,0 +20,0 @@ * This kind of image upload does not require server processing – images are stored with the rest of the text and

@@ -157,3 +157,4 @@ /**

*
* **If you see this warning when using one of the {@glink builds/index CKEditor 5 Builds}**
* **If you see this warning when using one of the {@glink installation/advanced/alternative-setups/predefined-builds
* CKEditor 5 Builds}**
* it means that you did not configure any of the upload adapters available by default in those builds.

@@ -160,0 +161,0 @@ *

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