Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-engine

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-engine - npm Package Compare versions

Comparing version 0.0.0-nightly-20240731.0 to 0.0.0-nightly-20240801.0

4

package.json
{
"name": "@ckeditor/ckeditor5-engine",
"version": "0.0.0-nightly-20240731.0",
"version": "0.0.0-nightly-20240801.0",
"description": "The editing engine of CKEditor 5 – the best browser-based rich text editor.",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240731.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240801.0",
"lodash-es": "4.17.21"

@@ -30,0 +30,0 @@ },

@@ -192,3 +192,8 @@ /**

else {
this._writer.setAttribute(name, value, viewRoot);
// There is a chance that some attributes have already been set on the view root before attaching
// the DOM root and should be preserved. This is a similar case to the "class" attribute except
// this time there is no workaround using a some low-level API.
if (!viewRoot.hasAttribute(name)) {
this._writer.setAttribute(name, value, viewRoot);
}
}

@@ -195,0 +200,0 @@ }

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