Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-ui

Package Overview
Dependencies
6
Maintainers
1
Versions
517
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-nightly-20240704.0 to 0.0.0-nightly-20240705.0

6

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

@@ -15,4 +15,4 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20240704.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240704.0",
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20240705.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240705.0",
"color-convert": "2.0.1",

@@ -19,0 +19,0 @@ "color-parse": "1.4.2",

@@ -197,2 +197,7 @@ /**

const { t } = this.locale;
// If the input is hidden, it's always valid, because there is no way to select
// invalid color value using diagram color picker.
if (this._config.hideInput) {
return true;
}
this.resetValidationStatus();

@@ -199,0 +204,0 @@ // One error per field is enough.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc