Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-ui

Package Overview
Dependencies
Maintainers
1
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-ui - npm Package Compare versions

Comparing version 22.0.0 to 23.0.0

38

package.json
{
"name": "@ckeditor/ckeditor5-ui",
"version": "22.0.0",
"version": "23.0.0",
"description": "The UI framework and standard UI library of CKEditor 5.",

@@ -12,23 +12,23 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "^22.0.0",
"@ckeditor/ckeditor5-utils": "^22.0.0",
"@ckeditor/ckeditor5-core": "^23.0.0",
"@ckeditor/ckeditor5-utils": "^23.0.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^22.0.0",
"@ckeditor/ckeditor5-block-quote": "^22.0.0",
"@ckeditor/ckeditor5-editor-balloon": "^22.0.0",
"@ckeditor/ckeditor5-editor-classic": "^22.0.0",
"@ckeditor/ckeditor5-engine": "^22.0.0",
"@ckeditor/ckeditor5-enter": "^22.0.0",
"@ckeditor/ckeditor5-essentials": "^22.0.0",
"@ckeditor/ckeditor5-heading": "^22.0.0",
"@ckeditor/ckeditor5-image": "^22.0.0",
"@ckeditor/ckeditor5-link": "^22.0.0",
"@ckeditor/ckeditor5-list": "^22.0.0",
"@ckeditor/ckeditor5-mention": "^22.0.0",
"@ckeditor/ckeditor5-paragraph": "^22.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^22.0.0",
"@ckeditor/ckeditor5-table": "^22.0.0",
"@ckeditor/ckeditor5-typing": "^22.0.0"
"@ckeditor/ckeditor5-basic-styles": "^23.0.0",
"@ckeditor/ckeditor5-block-quote": "^23.0.0",
"@ckeditor/ckeditor5-editor-balloon": "^23.0.0",
"@ckeditor/ckeditor5-editor-classic": "^23.0.0",
"@ckeditor/ckeditor5-engine": "^23.0.0",
"@ckeditor/ckeditor5-enter": "^23.0.0",
"@ckeditor/ckeditor5-essentials": "^23.0.0",
"@ckeditor/ckeditor5-heading": "^23.0.0",
"@ckeditor/ckeditor5-image": "^23.0.0",
"@ckeditor/ckeditor5-link": "^23.0.0",
"@ckeditor/ckeditor5-list": "^23.0.0",
"@ckeditor/ckeditor5-mention": "^23.0.0",
"@ckeditor/ckeditor5-paragraph": "^23.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^23.0.0",
"@ckeditor/ckeditor5-table": "^23.0.0",
"@ckeditor/ckeditor5-typing": "^23.0.0"
},

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

@@ -104,3 +104,3 @@ /**

throw new CKEditorError(
'componentfactory-item-missing: The required component is not registered in the factory.',
'componentfactory-item-missing',
this,

@@ -107,0 +107,0 @@ { name }

@@ -203,3 +203,3 @@ /**

throw new CKEditorError(
'contextualballoon-add-view-exist: Cannot add configuration of the same view twice.',
'contextualballoon-add-view-exist',
[ this, data ]

@@ -256,3 +256,3 @@ );

throw new CKEditorError(
'contextualballoon-remove-view-not-exist: Cannot remove the configuration of a non-existent view.',
'contextualballoon-remove-view-not-exist',
[ this, view ]

@@ -325,3 +325,3 @@ );

throw new CKEditorError(
'contextualballoon-showstack-stack-not-exist: Cannot show a stack that does not exist.',
'contextualballoon-showstack-stack-not-exist',
this

@@ -328,0 +328,0 @@ );

@@ -211,3 +211,3 @@ /**

throw new CKEditorError(
'ui-template-revert-not-applied: Attempting to revert a template which has not been applied yet.',
'ui-template-revert-not-applied',
[ this, node ]

@@ -385,3 +385,3 @@ );

throw new CKEditorError(
'template-extend-render: Attempting to extend a template which has already been rendered.',
'template-extend-render',
[ this, template ]

@@ -419,3 +419,3 @@ );

throw new CKEditorError(
'ui-template-wrong-syntax: Node definition must have either "tag" or "text" when rendering a new Node.',
'ui-template-wrong-syntax',
this

@@ -1398,3 +1398,3 @@ );

throw new CKEditorError(
'ui-template-extend-children-mismatch: The number of children in extended definition does not match.',
'ui-template-extend-children-mismatch',
template

@@ -1401,0 +1401,0 @@ );

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

*/
console.warn( attachLinkToDocumentation(
'toolbarview-item-unavailable: The requested toolbar item is unavailable.' ), { name } );
console.warn( attachLinkToDocumentation( 'toolbarview-item-unavailable' ), { name } );
}

@@ -306,0 +305,0 @@ } ).filter( item => item !== undefined ) );

@@ -464,8 +464,5 @@ /**

*
* @error ui-view-render-rendered
* @error ui-view-render-already-rendered
*/
throw new CKEditorError(
'ui-view-render-already-rendered: This View has already been rendered.',
this
);
throw new CKEditorError( 'ui-view-render-already-rendered', this );
}

@@ -472,0 +469,0 @@

@@ -149,3 +149,3 @@ /**

throw new CKEditorError(
'ui-viewcollection-delegate-wrong-events: All event names must be strings.',
'ui-viewcollection-delegate-wrong-events',
this

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