Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-ui

Package Overview
Dependencies
Maintainers
1
Versions
618
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 25.0.0 to 26.0.0

src/index.js

43

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

@@ -9,26 +9,29 @@ "keywords": [

"ckeditor 5",
"ckeditor5-lib"
"ckeditor5-lib",
"ckeditor5-dll"
],
"main": "src/index.js",
"dependencies": {
"@ckeditor/ckeditor5-core": "^25.0.0",
"@ckeditor/ckeditor5-utils": "^25.0.0",
"@ckeditor/ckeditor5-utils": "^26.0.0",
"ckeditor5": "^26.0.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^25.0.0",
"@ckeditor/ckeditor5-block-quote": "^25.0.0",
"@ckeditor/ckeditor5-editor-balloon": "^25.0.0",
"@ckeditor/ckeditor5-editor-classic": "^25.0.0",
"@ckeditor/ckeditor5-engine": "^25.0.0",
"@ckeditor/ckeditor5-enter": "^25.0.0",
"@ckeditor/ckeditor5-essentials": "^25.0.0",
"@ckeditor/ckeditor5-heading": "^25.0.0",
"@ckeditor/ckeditor5-image": "^25.0.0",
"@ckeditor/ckeditor5-link": "^25.0.0",
"@ckeditor/ckeditor5-list": "^25.0.0",
"@ckeditor/ckeditor5-mention": "^25.0.0",
"@ckeditor/ckeditor5-paragraph": "^25.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^25.0.0",
"@ckeditor/ckeditor5-table": "^25.0.0",
"@ckeditor/ckeditor5-typing": "^25.0.0"
"@ckeditor/ckeditor5-basic-styles": "^26.0.0",
"@ckeditor/ckeditor5-block-quote": "^26.0.0",
"@ckeditor/ckeditor5-core": "^26.0.0",
"@ckeditor/ckeditor5-editor-balloon": "^26.0.0",
"@ckeditor/ckeditor5-editor-classic": "^26.0.0",
"@ckeditor/ckeditor5-engine": "^26.0.0",
"@ckeditor/ckeditor5-enter": "^26.0.0",
"@ckeditor/ckeditor5-essentials": "^26.0.0",
"@ckeditor/ckeditor5-heading": "^26.0.0",
"@ckeditor/ckeditor5-image": "^26.0.0",
"@ckeditor/ckeditor5-link": "^26.0.0",
"@ckeditor/ckeditor5-list": "^26.0.0",
"@ckeditor/ckeditor5-mention": "^26.0.0",
"@ckeditor/ckeditor5-paragraph": "^26.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^26.0.0",
"@ckeditor/ckeditor5-table": "^26.0.0",
"@ckeditor/ckeditor5-typing": "^26.0.0"
},

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

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

import ContextPlugin from '@ckeditor/ckeditor5-core/src/contextplugin';
import { ContextPlugin } from 'ckeditor5/src/core';

@@ -15,0 +15,0 @@ /**

@@ -10,3 +10,3 @@ /**

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import { Plugin } from 'ckeditor5/src/core';
import BalloonPanelView from './balloonpanelview';

@@ -13,0 +13,0 @@ import View from '../../view';

@@ -10,3 +10,3 @@ /**

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import { Plugin } from 'ckeditor5/src/core';
import ContextualBalloon from '../../panel/balloon/contextualballoon';

@@ -13,0 +13,0 @@ import ToolbarView from '../toolbarview';

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

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import { Plugin, icons } from 'ckeditor5/src/core';

@@ -28,3 +28,2 @@ import BlockButtonView from './blockbuttonview';

import toUnit from '@ckeditor/ckeditor5-utils/src/dom/tounit';
import iconPilcrow from '@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg';

@@ -279,3 +278,3 @@ const toPx = toUnit( 'px' );

label: t( 'Edit block' ),
icon: iconPilcrow,
icon: icons.pilcrow,
withText: false

@@ -282,0 +281,0 @@ } );

@@ -22,4 +22,4 @@ /**

import { logWarning } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
import verticalDotsIcon from '@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg';
import normalizeToolbarConfig from './normalizetoolbarconfig';
import { icons } from 'ckeditor5/src/core';

@@ -936,3 +936,3 @@ import '../../theme/components/toolbar/toolbar.css';

tooltipPosition: locale.uiLanguageDirection === 'rtl' ? 'se' : 'sw',
icon: verticalDotsIcon
icon: icons.threeVerticalDots
} );

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