New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-ui

Package Overview
Dependencies
Maintainers
1
Versions
859
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 0.0.0-nightly-20250211.0 to 0.0.0-nightly-20250212.0

10

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

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

"dependencies": {
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250211.0",
"@ckeditor/ckeditor5-editor-multi-root": "0.0.0-nightly-20250211.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250211.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250211.0",
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250212.0",
"@ckeditor/ckeditor5-editor-multi-root": "0.0.0-nightly-20250212.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250212.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250212.0",
"@types/color-convert": "2.0.4",

@@ -21,0 +21,0 @@ "color-convert": "2.0.1",

@@ -117,2 +117,4 @@ /**

// Otherwise, the color picker doesn't behave as expected.
// In Chrome, after selecting the color via slider the first time,
// the editor collapses the selection and doesn't apply the color change.
// In FF, after selecting the color via slider, it instantly moves back to the previous color.

@@ -124,3 +126,3 @@ // In all iOS browsers and desktop Safari, once the saturation slider is moved for the first time,

/* istanbul ignore next -- @preserve */
if (!this._config.hideInput && (env.isGecko || env.isiOS || env.isSafari)) {
if (!this._config.hideInput && (env.isGecko || env.isiOS || env.isSafari || env.isBlink)) {
const input = this.hexInputRow.children.get(1);

@@ -127,0 +129,0 @@ input.focus();

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc