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 23.0.0 to 23.1.0

lang/translations/hi.po

38

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

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

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

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

@@ -50,5 +50,5 @@ /**

writer.setAttribute( 'aria-label', t( 'Rich Text Editor, %0', [ this.name ] ), viewRoot );
writer.setAttribute( 'aria-label', t( 'Rich Text Editor, %0', this.name ), viewRoot );
} );
}
}

@@ -447,2 +447,3 @@ /**

/**
* @private
* @returns {module:ui/view~View}

@@ -449,0 +450,0 @@ */

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

/* globals console */
import View from '../view';

@@ -23,3 +21,3 @@ import FocusTracker from '@ckeditor/ckeditor5-utils/src/focustracker';

import { createDropdown, addToolbarToDropdown } from '../dropdown/utils';
import { attachLinkToDocumentation } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
import { logWarning } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
import verticalDotsIcon from '@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg';

@@ -304,3 +302,3 @@

*/
console.warn( attachLinkToDocumentation( 'toolbarview-item-unavailable' ), { name } );
logWarning( 'toolbarview-item-unavailable', { name } );
}

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

@@ -35,3 +35,3 @@ /**

/**
* The position of the tooltip (south or north).
* The position of the tooltip (south, south-west, or north).
*

@@ -50,5 +50,11 @@ * +-----------+

*
* [element]
* ^
* +--------------+
* | south west |
* +--------------+
*
* @observable
* @default 's'
* @member {'s'|'n'} #position
* @member {'s'|'sw'|'n'} #position
*/

@@ -55,0 +61,0 @@ this.set( 'position', 's' );

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