Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-upload

Package Overview
Dependencies
Maintainers
1
Versions
617
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 28.0.0 to 29.0.0

8

package.json
{
"name": "@ckeditor/ckeditor5-upload",
"version": "28.0.0",
"version": "29.0.0",
"description": "Upload Feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^28.0.0",
"@ckeditor/ckeditor5-utils": "^28.0.0",
"@ckeditor/ckeditor5-ui": "^28.0.0"
"@ckeditor/ckeditor5-core": "^29.0.0",
"@ckeditor/ckeditor5-utils": "^29.0.0",
"@ckeditor/ckeditor5-ui": "^29.0.0"
},

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

@@ -5,4 +5,4 @@ CKEditor 5 file upload utilities

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-upload.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload)
[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-upload/status.svg)](https://david-dm.org/ckeditor/ckeditor5-upload)
[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-upload/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-upload?type=dev)
[![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)

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

@@ -22,3 +22,3 @@ /**

*
* Check out the {@glink features/image-upload/image-upload comprehensive "Image upload overview"} to learn about
* Check out the {@glink features/images/image-upload/image-upload comprehensive "Image upload overview"} to learn about
* other ways to upload images into CKEditor 5.

@@ -25,0 +25,0 @@ *

@@ -33,6 +33,6 @@ /**

*
* See the {@glink features/image-upload/simple-upload-adapter "Simple upload adapter"} guide to learn how to
* See the {@glink features/images/image-upload/simple-upload-adapter "Simple upload adapter"} guide to learn how to
* learn more about the feature (configuration, server–side requirements, etc.).
*
* Check out the {@glink features/image-upload/image-upload comprehensive "Image upload overview"} to learn about
* Check out the {@glink features/images/image-upload/image-upload comprehensive "Image upload overview"} to learn about
* other ways to upload images into CKEditor 5.

@@ -247,3 +247,3 @@ *

*
* See the {@glink features/image-upload/simple-upload-adapter "Simple upload adapter"} guide to learn more.
* See the {@glink features/images/image-upload/simple-upload-adapter "Simple upload adapter"} guide to learn more.
*

@@ -268,3 +268,3 @@ * See {@link module:core/editor/editorconfig~EditorConfig all editor configuration options}.

* Learn more about the server application requirements in the
* {@glink features/image-upload/simple-upload-adapter#server-side-configuration "Server-side configuration"} section
* {@glink features/images/image-upload/simple-upload-adapter#server-side-configuration "Server-side configuration"} section
* of the feature guide.

@@ -293,3 +293,3 @@ *

* Learn more about the server application requirements in the
* {@glink features/image-upload/simple-upload-adapter#server-side-configuration "Server-side configuration"} section
* {@glink features/images/image-upload/simple-upload-adapter#server-side-configuration "Server-side configuration"} section
* of the feature guide.

@@ -316,3 +316,3 @@ *

* Learn more about the server application requirements in the
* {@glink features/image-upload/simple-upload-adapter#server-side-configuration "Server-side configuration"} section
* {@glink features/images/image-upload/simple-upload-adapter#server-side-configuration "Server-side configuration"} section
* of the feature guide.

@@ -319,0 +319,0 @@ *

@@ -160,3 +160,3 @@ /**

*
* See the {@glink features/image-upload/image-upload comprehensive "Image upload overview"} to learn which upload
* See the {@glink features/images/image-upload/image-upload comprehensive "Image upload overview"} to learn which upload
* adapters are available in the builds and how to configure them.

@@ -168,3 +168,3 @@ *

* You can choose one of the existing upload adapters listed in the
* {@glink features/image-upload/image-upload "Image upload overview"}.
* {@glink features/images/image-upload/image-upload "Image upload overview"}.
*

@@ -171,0 +171,0 @@ * You can also implement your {@glink framework/guides/deep-dive/upload-adapter own image upload adapter}.

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