@ckeditor/ckeditor5-clipboard
Advanced tools
Comparing version 37.0.1 to 37.1.0
{ | ||
"name": "@ckeditor/ckeditor5-clipboard", | ||
"version": "37.0.1", | ||
"version": "37.1.0", | ||
"description": "Clipboard integration feature for CKEditor 5.", | ||
@@ -15,26 +15,26 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^37.0.1", | ||
"@ckeditor/ckeditor5-engine": "^37.0.1", | ||
"@ckeditor/ckeditor5-utils": "^37.0.1", | ||
"@ckeditor/ckeditor5-widget": "^37.0.1", | ||
"@ckeditor/ckeditor5-core": "^37.1.0", | ||
"@ckeditor/ckeditor5-engine": "^37.1.0", | ||
"@ckeditor/ckeditor5-utils": "^37.1.0", | ||
"@ckeditor/ckeditor5-widget": "^37.1.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-alignment": "^37.0.1", | ||
"@ckeditor/ckeditor5-basic-styles": "^37.0.1", | ||
"@ckeditor/ckeditor5-block-quote": "^37.0.1", | ||
"@ckeditor/ckeditor5-cloud-services": "^37.0.1", | ||
"@ckeditor/ckeditor5-code-block": "^37.0.1", | ||
"@ckeditor/ckeditor5-easy-image": "^37.0.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.0.1", | ||
"@ckeditor/ckeditor5-enter": "^37.0.1", | ||
"@ckeditor/ckeditor5-horizontal-line": "^37.0.1", | ||
"@ckeditor/ckeditor5-image": "^37.0.1", | ||
"@ckeditor/ckeditor5-link": "^37.0.1", | ||
"@ckeditor/ckeditor5-page-break": "^37.0.1", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.1", | ||
"@ckeditor/ckeditor5-paste-from-office": "^37.0.1", | ||
"@ckeditor/ckeditor5-remove-format": "^37.0.1", | ||
"@ckeditor/ckeditor5-table": "^37.0.1", | ||
"@ckeditor/ckeditor5-typing": "^37.0.1", | ||
"@ckeditor/ckeditor5-alignment": "^37.1.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^37.1.0", | ||
"@ckeditor/ckeditor5-block-quote": "^37.1.0", | ||
"@ckeditor/ckeditor5-cloud-services": "^37.1.0", | ||
"@ckeditor/ckeditor5-code-block": "^37.1.0", | ||
"@ckeditor/ckeditor5-easy-image": "^37.1.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.1.0", | ||
"@ckeditor/ckeditor5-enter": "^37.1.0", | ||
"@ckeditor/ckeditor5-horizontal-line": "^37.1.0", | ||
"@ckeditor/ckeditor5-image": "^37.1.0", | ||
"@ckeditor/ckeditor5-link": "^37.1.0", | ||
"@ckeditor/ckeditor5-page-break": "^37.1.0", | ||
"@ckeditor/ckeditor5-paragraph": "^37.1.0", | ||
"@ckeditor/ckeditor5-paste-from-office": "^37.1.0", | ||
"@ckeditor/ckeditor5-remove-format": "^37.1.0", | ||
"@ckeditor/ckeditor5-table": "^37.1.0", | ||
"@ckeditor/ckeditor5-typing": "^37.1.0", | ||
"typescript": "^4.8.4", | ||
@@ -41,0 +41,0 @@ "webpack": "^5.58.1", |
@@ -260,3 +260,3 @@ /** | ||
} | ||
/* istanbul ignore else */ | ||
/* istanbul ignore else -- @preserve */ | ||
if (targetRange) { | ||
@@ -283,3 +283,3 @@ this._updateDropMarkerThrottled(targetRange); | ||
this._removeDropMarker(); | ||
/* istanbul ignore if */ | ||
/* istanbul ignore if -- @preserve */ | ||
if (!targetRange) { | ||
@@ -594,3 +594,3 @@ this._finalizeDragging(false); | ||
} | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next -- @preserve */ | ||
return null; | ||
@@ -597,0 +597,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104889