Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-clipboard

Package Overview
Dependencies
Maintainers
0
Versions
643
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 43.2.0-alpha.6 to 43.2.0-alpha.7

1

dist/index.d.ts

@@ -15,2 +15,3 @@ /**

export { default as ClipboardMarkersUtils, type ClipboardMarkerRestrictedAction, type ClipboardMarkerConfiguration } from './clipboardmarkersutils.js';
export { default as plainTextToHtml } from './utils/plaintexttohtml.js';
export type { ClipboardEventData } from './clipboardobserver.js';

@@ -17,0 +18,0 @@ export { default as DragDrop } from './dragdrop.js';

12

package.json
{
"name": "@ckeditor/ckeditor5-clipboard",
"version": "43.2.0-alpha.6",
"version": "43.2.0-alpha.7",
"description": "Clipboard integration feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "43.2.0-alpha.6",
"@ckeditor/ckeditor5-engine": "43.2.0-alpha.6",
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.6",
"@ckeditor/ckeditor5-utils": "43.2.0-alpha.6",
"@ckeditor/ckeditor5-widget": "43.2.0-alpha.6",
"@ckeditor/ckeditor5-core": "43.2.0-alpha.7",
"@ckeditor/ckeditor5-engine": "43.2.0-alpha.7",
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.7",
"@ckeditor/ckeditor5-utils": "43.2.0-alpha.7",
"@ckeditor/ckeditor5-widget": "43.2.0-alpha.7",
"lodash-es": "4.17.21"

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

@@ -11,2 +11,3 @@ /**

export { default as ClipboardMarkersUtils, type ClipboardMarkerRestrictedAction, type ClipboardMarkerConfiguration } from './clipboardmarkersutils.js';
export { default as plainTextToHtml } from './utils/plaintexttohtml.js';
export type { ClipboardEventData } from './clipboardobserver.js';

@@ -13,0 +14,0 @@ export { default as DragDrop } from './dragdrop.js';

@@ -11,2 +11,3 @@ /**

export { default as ClipboardMarkersUtils } from './clipboardmarkersutils.js';
export { default as plainTextToHtml } from './utils/plaintexttohtml.js';
export { default as DragDrop } from './dragdrop.js';

@@ -13,0 +14,0 @@ export { default as PastePlainText } from './pasteplaintext.js';

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