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

@ckeditor/ckeditor5-easy-image

Package Overview
Dependencies
Maintainers
1
Versions
701
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-easy-image - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3

5

CHANGELOG.md
Changelog
=========
## [10.0.3](https://github.com/ckeditor/ckeditor5-easy-image/compare/v10.0.2...v10.0.3) (2018-10-08)
Internal changes only (updated dependencies, documentation, etc.).
## [10.0.2](https://github.com/ckeditor/ckeditor5-easy-image/compare/v10.0.1...v10.0.2) (2018-07-18)

@@ -5,0 +10,0 @@

23

package.json
{
"name": "@ckeditor/ckeditor5-easy-image",
"version": "10.0.2",
"version": "10.0.3",
"description": "Easy Image feature for CKEditor 5.",

@@ -9,16 +9,17 @@ "keywords": [

"ckeditor 5",
"ckeditor5-feature"
"ckeditor5-feature",
"ckeditor5-plugin"
],
"dependencies": {
"@ckeditor/ckeditor-cloud-services-core": "^1.0.0",
"@ckeditor/ckeditor5-cloud-services": "^10.0.2",
"@ckeditor/ckeditor5-core": "^11.0.0",
"@ckeditor/ckeditor5-image": "^10.2.0",
"@ckeditor/ckeditor5-upload": "^10.0.2"
"@ckeditor/ckeditor-cloud-services-core": "^2.0.0",
"@ckeditor/ckeditor5-cloud-services": "^10.1.0",
"@ckeditor/ckeditor5-core": "^11.0.1",
"@ckeditor/ckeditor5-image": "^11.0.0",
"@ckeditor/ckeditor5-upload": "^10.0.3"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^11.0.0",
"@ckeditor/ckeditor5-paragraph": "^10.0.2",
"@ckeditor/ckeditor5-utils": "^10.2.0",
"eslint": "^4.15.0",
"@ckeditor/ckeditor5-editor-classic": "^11.0.1",
"@ckeditor/ckeditor5-paragraph": "^10.0.3",
"@ckeditor/ckeditor5-utils": "^11.0.0",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^1.0.7",

@@ -25,0 +26,0 @@ "husky": "^0.14.3",

@@ -13,3 +13,3 @@ CKEditor 5 Easy Image with Cloud Services

This package implements the [Easy Image](https://docs.ckeditor.com/ckeditor5/latest/features/image.html#image-upload) feature for CKEditor 5.
This package implements the [Easy Image](https://ckeditor.com/docs/ckeditor5/latest/features/image.html#image-upload) feature for CKEditor 5.

@@ -20,3 +20,3 @@ Easy Image lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).

See the [`@ckeditor/ckeditor5-easy-image` package](https://docs.ckeditor.com/ckeditor5/latest/api/easy-image.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
See the [`@ckeditor/ckeditor5-easy-image` package](https://ckeditor.com/docs/ckeditor5/latest/api/easy-image.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).

@@ -23,0 +23,0 @@ ## License

@@ -18,4 +18,10 @@ /**

*
* This plugin enables:
* For a detailed overview, check the {@glink features/image-upload Image upload feature documentation}
* and the {@glink api/easy-image package page}.
*
* After enabling the Easy Image plugin you need to configure the [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/)
* integration through {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
*
* This is a "glue" plugin which enables:
*
* * {@link module:image/image~Image},

@@ -25,5 +31,2 @@ * * {@link module:image/imageupload~ImageUpload},

*
* After enabling the Easy Image plugin you need to configure the [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/)
* integration through {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
*
* @extends module:core/plugin~Plugin

@@ -30,0 +33,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