Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-paste-from-office

Package Overview
Dependencies
Maintainers
1
Versions
635
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-paste-from-office - npm Package Compare versions

Comparing version 0.0.0-nightly-20230713.0 to 0.0.0-nightly-20230714.0

4

package.json
{
"name": "@ckeditor/ckeditor5-paste-from-office",
"version": "0.0.0-nightly-20230713.0",
"version": "0.0.0-nightly-20230714.0",
"description": "Paste from Office feature for CKEditor 5.",

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

"dependencies": {
"ckeditor5": "0.0.0-nightly-20230713.0"
"ckeditor5": "0.0.0-nightly-20230714.0"
},

@@ -18,0 +18,0 @@ "engines": {

@@ -10,3 +10,3 @@ /**

* Replaces last space preceding elements closing tag with ` `. Such operation prevents spaces from being removed
* during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}).
* during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDomInlineNodes}).
* This method also takes into account Word specific `<o:p></o:p>` empty tags.

@@ -22,3 +22,3 @@ * Additionally multiline sequences of spaces and new lines between tags are removed (see #39 and #40).

* all spaces with `&nbsp; ` pairs. This prevents spaces from being removed during further DOM/View processing
* (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}).
* (see especially {@link module:engine/view/domconverter~DomConverter#_processDomInlineNodes}).
*

@@ -25,0 +25,0 @@ * @param htmlDocument Native `Document` object in which spacing should be normalized.

@@ -10,3 +10,3 @@ /**

* Replaces last space preceding elements closing tag with `&nbsp;`. Such operation prevents spaces from being removed
* during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}).
* during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDomInlineNodes}).
* This method also takes into account Word specific `<o:p></o:p>` empty tags.

@@ -35,3 +35,3 @@ * Additionally multiline sequences of spaces and new lines between tags are removed (see #39 and #40).

* all spaces with `&nbsp; ` pairs. This prevents spaces from being removed during further DOM/View processing
* (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}).
* (see especially {@link module:engine/view/domconverter~DomConverter#_processDomInlineNodes}).
*

@@ -38,0 +38,0 @@ * @param htmlDocument Native `Document` object in which spacing should be normalized.

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