Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-select-all

Package Overview
Dependencies
Maintainers
1
Versions
559
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-select-all - npm Package Compare versions

Comparing version 35.3.2 to 35.4.0

24

package.json
{
"name": "@ckeditor/ckeditor5-select-all",
"version": "35.3.2",
"version": "35.4.0",
"description": "Select all feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^35.3.2",
"@ckeditor/ckeditor5-utils": "^35.3.2",
"@ckeditor/ckeditor5-ui": "^35.3.2"
"@ckeditor/ckeditor5-core": "^35.4.0",
"@ckeditor/ckeditor5-utils": "^35.4.0",
"@ckeditor/ckeditor5-ui": "^35.4.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^35.3.2",
"@ckeditor/ckeditor5-engine": "^35.3.2",
"@ckeditor/ckeditor5-essentials": "^35.3.2",
"@ckeditor/ckeditor5-heading": "^35.3.2",
"@ckeditor/ckeditor5-image": "^35.3.2",
"@ckeditor/ckeditor5-paragraph": "^35.3.2",
"@ckeditor/ckeditor5-table": "^35.3.2",
"@ckeditor/ckeditor5-editor-classic": "^35.3.2",
"@ckeditor/ckeditor5-basic-styles": "^35.4.0",
"@ckeditor/ckeditor5-engine": "^35.4.0",
"@ckeditor/ckeditor5-essentials": "^35.4.0",
"@ckeditor/ckeditor5-heading": "^35.4.0",
"@ckeditor/ckeditor5-image": "^35.4.0",
"@ckeditor/ckeditor5-paragraph": "^35.4.0",
"@ckeditor/ckeditor5-table": "^35.4.0",
"@ckeditor/ckeditor5-editor-classic": "^35.4.0",
"typescript": "^4.8.4",

@@ -30,0 +30,0 @@ "webpack": "^5.58.1",

@@ -8,3 +8,3 @@ /**

*/
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import { Plugin } from '@ckeditor/ckeditor5-core';
import SelectAllEditing from './selectallediting';

@@ -11,0 +11,0 @@ import SelectAllUI from './selectallui';

@@ -8,3 +8,3 @@ /**

*/
import Command from '@ckeditor/ckeditor5-core/src/command';
import { Command } from '@ckeditor/ckeditor5-core';
/**

@@ -11,0 +11,0 @@ * The select all command.

@@ -8,4 +8,4 @@ /**

*/
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import { getCode, parseKeystroke } from '@ckeditor/ckeditor5-utils/src/keyboard';
import { Plugin } from '@ckeditor/ckeditor5-core';
import { getCode, parseKeystroke } from '@ckeditor/ckeditor5-utils';
import SelectAllCommand from './selectallcommand';

@@ -12,0 +12,0 @@ const SELECT_ALL_KEYSTROKE = parseKeystroke('Ctrl+A');

@@ -8,4 +8,4 @@ /**

*/
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
import { Plugin } from '@ckeditor/ckeditor5-core';
import { ButtonView } from '@ckeditor/ckeditor5-ui';
import selectAllIcon from '../theme/icons/select-all.svg';

@@ -12,0 +12,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc