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 19.0.1 to 20.0.0

18

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

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^19.0.1",
"@ckeditor/ckeditor5-ui": "^19.0.1",
"@ckeditor/ckeditor5-utils": "^19.0.1"
"@ckeditor/ckeditor5-core": "^20.0.0",
"@ckeditor/ckeditor5-ui": "^20.0.0",
"@ckeditor/ckeditor5-utils": "^20.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^19.0.1",
"@ckeditor/ckeditor5-engine": "^19.0.1",
"@ckeditor/ckeditor5-highlight": "^19.0.1",
"@ckeditor/ckeditor5-paragraph": "^19.1.0"
"@ckeditor/ckeditor5-editor-classic": "^20.0.0",
"@ckeditor/ckeditor5-engine": "^20.0.0",
"@ckeditor/ckeditor5-highlight": "^20.0.0",
"@ckeditor/ckeditor5-paragraph": "^20.0.0"
},
"engines": {
"node": ">=8.0.0",
"node": ">=12.0.0",
"npm": ">=5.7.1"

@@ -27,0 +27,0 @@ },

@@ -123,3 +123,3 @@ /**

*
* const fontSizeConfig = {
* const fontFamilyConfig = {
* supportAllValues: true

@@ -126,0 +126,0 @@ * };

@@ -69,3 +69,3 @@ /**

title: firstFontName,
model: firstFontName,
model: cssFontNames,
view: {

@@ -72,0 +72,0 @@ name: 'span',

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