Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-font

Package Overview
Dependencies
Maintainers
1
Versions
612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-font - npm Package Compare versions

Comparing version 22.0.0 to 23.0.0

16

package.json
{
"name": "@ckeditor/ckeditor5-font",
"version": "22.0.0",
"version": "23.0.0",
"description": "Font feature for CKEditor 5.",

@@ -13,11 +13,11 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "^22.0.0",
"@ckeditor/ckeditor5-ui": "^22.0.0",
"@ckeditor/ckeditor5-utils": "^22.0.0"
"@ckeditor/ckeditor5-core": "^23.0.0",
"@ckeditor/ckeditor5-ui": "^23.0.0",
"@ckeditor/ckeditor5-utils": "^23.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^22.0.0",
"@ckeditor/ckeditor5-engine": "^22.0.0",
"@ckeditor/ckeditor5-highlight": "^22.0.0",
"@ckeditor/ckeditor5-paragraph": "^22.0.0"
"@ckeditor/ckeditor5-editor-classic": "^23.0.0",
"@ckeditor/ckeditor5-engine": "^23.0.0",
"@ckeditor/ckeditor5-highlight": "^23.0.0",
"@ckeditor/ckeditor5-paragraph": "^23.0.0"
},

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

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

throw new CKEditorError(
'font-size-invalid-use-of-named-presets: ' +
'If config.fontSize.supportAllValues is set to true, you need to use numerical values as font size options.',
'font-size-invalid-use-of-named-presets',
null, { presets }

@@ -116,0 +115,0 @@ );

@@ -186,3 +186,3 @@ /**

*/
throw new CKEditorError( 'font-size-invalid-definition: Provided font size definition is invalid.', null, definition );
throw new CKEditorError( 'font-size-invalid-definition', null, definition );
} else {

@@ -189,0 +189,0 @@ numberValue = parseFloat( definition.model );

@@ -78,3 +78,3 @@ /**

*/
this.colorTableView;
this.colorTableView = undefined;
}

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