Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-image

Package Overview
Dependencies
Maintainers
1
Versions
646
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-image - npm Package Compare versions

Comparing version 37.0.0-alpha.3 to 37.0.0-rc.0

66

package.json
{
"name": "@ckeditor/ckeditor5-image",
"version": "37.0.0-alpha.3",
"version": "37.0.0-rc.0",
"description": "Image feature for CKEditor 5.",

@@ -15,36 +15,36 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.3",
"ckeditor5": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-ui": "^37.0.0-rc.0",
"ckeditor5": "^37.0.0-rc.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-autoformat": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-ckfinder": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-essentials": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-html-embed": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-media-embed": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-upload": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-watchdog": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-widget": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-adapter-ckfinder": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-autoformat": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-block-quote": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-ckfinder": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-clipboard": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-core": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-dev-utils": "^36.0.0",
"@ckeditor/ckeditor5-easy-image": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-engine": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-enter": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-essentials": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-heading": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-html-embed": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-indent": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-link": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-list": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-media-embed": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-table": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-typing": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-undo": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-upload": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-utils": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-watchdog": "^37.0.0-rc.0",
"@ckeditor/ckeditor5-widget": "^37.0.0-rc.0",
"typescript": "^4.8.4",

@@ -55,3 +55,3 @@ "webpack": "^5.58.1",

"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=5.7.1"

@@ -58,0 +58,0 @@ },

@@ -23,2 +23,6 @@ /**

/**
* @inheritDoc
*/
stopObserving(domRoot: HTMLElement): void;
/**
* Fires {@link module:engine/view/document~Document#event:layoutChanged} and

@@ -25,0 +29,0 @@ * {@link module:engine/view/document~Document#event:imageLoaded}

@@ -34,2 +34,8 @@ /**

/**
* @inheritDoc
*/
stopObserving(domRoot) {
this.stopListening(domRoot);
}
/**
* Fires {@link module:engine/view/document~Document#event:layoutChanged} and

@@ -36,0 +42,0 @@ * {@link module:engine/view/document~Document#event:imageLoaded}

@@ -16,3 +16,3 @@ /**

* For a detailed overview, check the {@glink features/images/image-upload/image-upload Image upload feature}
* and {@glink features/images/image-upload/images-inserting#inserting-images-via-source-url Insert images via source URL} documentation.
* and {@glink features/images/images-inserting Insert images via source URL} documentation.
*

@@ -19,0 +19,0 @@ * This plugin does not do anything directly, but it loads a set of specific plugins

@@ -16,3 +16,3 @@ /**

* For a detailed overview, check the {@glink features/images/image-upload/image-upload Image upload feature}
* and {@glink features/images/image-upload/images-inserting#inserting-images-via-source-url Insert images via source URL} documentation.
* and {@glink features/images/images-inserting Insert images via source URL} documentation.
*

@@ -19,0 +19,0 @@ * This plugin does not do anything directly, but it loads a set of specific plugins

@@ -14,3 +14,3 @@ /**

* For a detailed overview, check the {@glink features/images/image-upload/image-upload Image upload feature}
* and {@glink features/images/image-upload/images-inserting#inserting-images-via-source-url Insert images via source URL} documentation.
* and {@glink features/images/images-inserting Insert images via source URL} documentation.
*

@@ -17,0 +17,0 @@ * Adds the `'insertImage'` dropdown to the {@link module:ui/componentfactory~ComponentFactory UI component factory}

@@ -16,3 +16,3 @@ /**

* For a detailed overview, check the {@glink features/images/image-upload/image-upload Image upload feature}
* and {@glink features/images/image-upload/images-inserting#inserting-images-via-source-url Insert images via source URL} documentation.
* and {@glink features/images/images-inserting Insert images via source URL} documentation.
*

@@ -19,0 +19,0 @@ * Adds the `'insertImage'` dropdown to the {@link module:ui/componentfactory~ComponentFactory UI component factory}

@@ -13,3 +13,3 @@ /**

*
* For a detailed overview, check the {@glink features/images/image-upload/images-inserting#inserting-images-via-source-url
* For a detailed overview, check the {@glink features/images/images-inserting
* Insert images via source URL} documentation.

@@ -16,0 +16,0 @@ *

@@ -13,3 +13,3 @@ /**

*
* For a detailed overview, check the {@glink features/images/image-upload/images-inserting#inserting-images-via-source-url
* For a detailed overview, check the {@glink features/images/images-inserting
* Insert images via source URL} documentation.

@@ -16,0 +16,0 @@ *

@@ -40,3 +40,3 @@ /**

*
* **Note:** The value of the `sources` {@glink framework/guides/architecture/editing-engine#changing-the-model model attribute}
* **Note:** The value of the `sources` {@glink framework/architecture/editing-engine#changing-the-model model attribute}
* in both examples equals:

@@ -43,0 +43,0 @@ *

@@ -41,3 +41,3 @@ /**

*
* **Note:** The value of the `sources` {@glink framework/guides/architecture/editing-engine#changing-the-model model attribute}
* **Note:** The value of the `sources` {@glink framework/architecture/editing-engine#changing-the-model model attribute}
* in both examples equals:

@@ -44,0 +44,0 @@ *

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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