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-20230725.1 to 0.0.0-nightly-20230726.0

4

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

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

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

@@ -29,0 +29,0 @@ },

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

// @if CK_DEBUG_TYPING // }
domSelection.collapse(anchor.parent, anchor.offset);
domSelection.extend(focus.parent, focus.offset);
domSelection.setBaseAndExtent(anchor.parent, anchor.offset, focus.parent, focus.offset);
// Firefox–specific hack (https://github.com/ckeditor/ckeditor5-engine/issues/1439).

@@ -754,0 +753,0 @@ if (env.isGecko) {

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