Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-clipboard

Package Overview
Dependencies
Maintainers
1
Versions
712
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-clipboard - npm Package Compare versions

Comparing version 41.3.1 to 41.3.2

12

package.json
{
"name": "@ckeditor/ckeditor5-clipboard",
"version": "41.3.1",
"version": "41.3.2",
"description": "Clipboard integration feature for CKEditor 5.",

@@ -16,7 +16,7 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "41.3.1",
"@ckeditor/ckeditor5-engine": "41.3.1",
"@ckeditor/ckeditor5-ui": "41.3.1",
"@ckeditor/ckeditor5-utils": "41.3.1",
"@ckeditor/ckeditor5-widget": "41.3.1",
"@ckeditor/ckeditor5-core": "41.3.2",
"@ckeditor/ckeditor5-engine": "41.3.2",
"@ckeditor/ckeditor5-ui": "41.3.2",
"@ckeditor/ckeditor5-utils": "41.3.2",
"@ckeditor/ckeditor5-widget": "41.3.2",
"lodash-es": "4.17.21"

@@ -23,0 +23,0 @@ },

@@ -505,3 +505,3 @@ /**

}
preview.innerHTML = dataTransfer.getData('text/html');
view.domConverter.setContentOf(preview, dataTransfer.getData('text/html'));
dataTransfer.setDragImage(preview, 0, 0);

@@ -508,0 +508,0 @@ this._previewContainer.appendChild(preview);

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