Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-ui

Package Overview
Dependencies
Maintainers
1
Versions
617
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 37.0.0-alpha.2 to 37.0.0-alpha.3

42

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

@@ -14,25 +14,25 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-editor-balloon": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-essentials": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-font": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-find-and-replace": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-mention": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-editor-balloon": "^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-font": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-find-and-replace": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-mention": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.3",
"typescript": "^4.8.4",

@@ -39,0 +39,0 @@ "webpack": "^5.58.1",

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

export { default as DropdownView } from './dropdown/dropdownview';
export { default as DropdownPanelView } from './dropdown/dropdownpanelview';
export { default as DropdownButtonView } from './dropdown/button/dropdownbuttonview';

@@ -24,0 +25,0 @@ export { default as SplitButtonView } from './dropdown/button/splitbuttonview';

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

export { default as DropdownView } from './dropdown/dropdownview';
export { default as DropdownPanelView } from './dropdown/dropdownpanelview';
export { default as DropdownButtonView } from './dropdown/button/dropdownbuttonview';

@@ -23,0 +24,0 @@ export { default as SplitButtonView } from './dropdown/button/splitbuttonview';

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

*/
/**
* @module ui/toolbar/balloon/balloontoolbar
*/
import ContextualBalloon from '../../panel/balloon/contextualballoon';
import ToolbarView from '../toolbarview';
import { Plugin, type Editor, type PluginDependencies } from '@ckeditor/ckeditor5-core';
import { Plugin, type Editor } from '@ckeditor/ckeditor5-core';
import { FocusTracker } from '@ckeditor/ckeditor5-utils';

@@ -59,3 +63,3 @@ /**

*/
static get requires(): PluginDependencies;
static get requires(): readonly [typeof ContextualBalloon];
/**

@@ -62,0 +66,0 @@ * @inheritDoc

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