Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-easy-image

Package Overview
Dependencies
Maintainers
1
Versions
640
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 1.0.0-beta.1 to 1.0.0-beta.2

7

CHANGELOG.md
Changelog
=========
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-easy-image/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
### Other changes
* Aligned to package names changes: `@ckeditor/ckeditor5-cloudservices` was renamed to `@ckeditor/ckeditor5-cloud-services` and `@ckeditor/ckeditor-cloudservices-core` to `@ckeditor/ckeditor-cloud-services-core`. ([ce3abaf](https://github.com/ckeditor/ckeditor5-easy-image/commit/ce3abaf))
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-easy-image/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)

@@ -5,0 +12,0 @@

22

package.json
{
"name": "@ckeditor/ckeditor5-easy-image",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Easy Image feature for CKEditor 5.",

@@ -10,16 +10,16 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor-cloudservices-core": "^0.2.0",
"@ckeditor/ckeditor5-cloudservices": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-image": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-upload": "^1.0.0-beta.1"
"@ckeditor/ckeditor-cloud-services-core": "^0.2.0",
"@ckeditor/ckeditor5-cloud-services": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-image": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-upload": "^1.0.0-beta.2"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-utils": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-utils": "^1.0.0-beta.2",
"eslint": "^4.15.0",
"eslint-config-ckeditor5": "^1.0.7",
"husky": "^0.14.3",
"lint-staged": "^6.0.0"
"lint-staged": "^7.0.0"
},

@@ -32,3 +32,3 @@ "engines": {

"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"homepage": "https://ckeditor5.github.io",
"homepage": "https://ckeditor.com",
"bugs": "https://github.com/ckeditor/ckeditor5-easy-image/issues",

@@ -35,0 +35,0 @@ "repository": {

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

This package implements the [Easy Image](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/features/image.html#image-upload) feature for CKEditor 5.
This package implements the [Easy Image](https://docs.ckeditor.com/ckeditor5/latest/features/image.html#image-upload) feature for CKEditor 5.
Easy Image lets you easily insert images into the editor and integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
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/).
## Documentation
See the [`@ckeditor/ckeditor5-easy-image` package](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/easy-image.html) page in [CKEditor 5 documentation](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/).
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/).

@@ -22,0 +22,0 @@ ## License

@@ -12,12 +12,12 @@ /**

import FileRepository from '@ckeditor/ckeditor5-upload/src/filerepository';
import UploadGateway from '@ckeditor/ckeditor-cloudservices-core/src/uploadgateway/uploadgateway';
import CloudServices from '@ckeditor/ckeditor5-cloudservices/src/cloudservices';
import UploadGateway from '@ckeditor/ckeditor-cloud-services-core/src/uploadgateway/uploadgateway';
import CloudServices from '@ckeditor/ckeditor5-cloud-services/src/cloudservices';
/**
* A plugin which enables upload to Cloud Services.
* A plugin that enables upload to [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
*
* It is mainly used by the {@link module:easy-image/easyimage~EasyImage} feature.
*
* After enabling this adapter you need to configure the Cloud Services integration through
* {@link module:cloudservices/cloudservices~CloudServicesConfig `config.cloudServices`}.
* After enabling this adapter you need to configure the CKEditor Cloud Services integration through
* {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
*

@@ -24,0 +24,0 @@ * @extends module:core/plugin~Plugin

@@ -24,4 +24,4 @@ /**

*
* After enabling the Easy Image plugin you need to configure the Cloud Services integration through
* {@link module:cloudservices/cloudservices~CloudServicesConfig `config.cloudServices`}.
* 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`}.
*

@@ -28,0 +28,0 @@ * @extends module:core/plugin~Plugin

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