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

@ckeditor/ckeditor5-select-all

Package Overview
Dependencies
Maintainers
1
Versions
687
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 38.2.0-alpha.0 to 38.2.0-alpha.1

8

package.json
{
"name": "@ckeditor/ckeditor5-select-all",
"version": "38.2.0-alpha.0",
"version": "38.2.0-alpha.1",
"description": "Select all feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "38.2.0-alpha.0",
"@ckeditor/ckeditor5-utils": "38.2.0-alpha.0",
"@ckeditor/ckeditor5-ui": "38.2.0-alpha.0"
"@ckeditor/ckeditor5-core": "38.2.0-alpha.1",
"@ckeditor/ckeditor5-utils": "38.2.0-alpha.1",
"@ckeditor/ckeditor5-ui": "38.2.0-alpha.1"
},

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

@@ -5,3 +5,3 @@ /**

*/
import type { SelectAll, SelectAllEditing, SelectAllUI, SelectAllCommand } from './index';
import type { SelectAll, SelectAllEditing, SelectAllUI, SelectAllCommand } from './index.js';
declare module '@ckeditor/ckeditor5-core' {

@@ -8,0 +8,0 @@ interface PluginsMap {

@@ -8,6 +8,6 @@ /**

*/
export { default as SelectAll } from './selectall';
export { default as SelectAllEditing } from './selectallediting';
export { default as SelectAllUI } from './selectallui';
export type { default as SelectAllCommand } from './selectallcommand';
import './augmentation';
export { default as SelectAll } from './selectall.js';
export { default as SelectAllEditing } from './selectallediting.js';
export { default as SelectAllUI } from './selectallui.js';
export type { default as SelectAllCommand } from './selectallcommand.js';
import './augmentation.js';

@@ -8,5 +8,5 @@ /**

*/
export { default as SelectAll } from './selectall';
export { default as SelectAllEditing } from './selectallediting';
export { default as SelectAllUI } from './selectallui';
import './augmentation';
export { default as SelectAll } from './selectall.js';
export { default as SelectAllEditing } from './selectallediting.js';
export { default as SelectAllUI } from './selectallui.js';
import './augmentation.js';

@@ -9,4 +9,4 @@ /**

import { Plugin } from '@ckeditor/ckeditor5-core';
import SelectAllEditing from './selectallediting';
import SelectAllUI from './selectallui';
import SelectAllEditing from './selectallediting.js';
import SelectAllUI from './selectallui.js';
/**

@@ -13,0 +13,0 @@ * The select all feature.

@@ -9,4 +9,4 @@ /**

import { Plugin } from '@ckeditor/ckeditor5-core';
import SelectAllEditing from './selectallediting';
import SelectAllUI from './selectallui';
import SelectAllEditing from './selectallediting.js';
import SelectAllUI from './selectallui.js';
/**

@@ -13,0 +13,0 @@ * The select all feature.

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

import { getCode, parseKeystroke } from '@ckeditor/ckeditor5-utils';
import SelectAllCommand from './selectallcommand';
import SelectAllCommand from './selectallcommand.js';
const SELECT_ALL_KEYSTROKE = parseKeystroke('Ctrl+A');

@@ -13,0 +13,0 @@ /**

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