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
0
Versions
778
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 0.0.0-nightly-20241216.0 to 0.0.0-nightly-20241217.0

48

dist/index.js

@@ -24,4 +24,4 @@ /**

/**
* @inheritDoc
*/ constructor(editor){
* @inheritDoc
*/ constructor(editor){
super(editor);

@@ -32,4 +32,4 @@ // It does not affect data so should be enabled in read-only mode.

/**
* @inheritDoc
*/ execute() {
* @inheritDoc
*/ execute() {
const model = this.editor.model;

@@ -72,14 +72,14 @@ const selection = model.document.selection;

/**
* @inheritDoc
*/ static get pluginName() {
* @inheritDoc
*/ static get pluginName() {
return 'SelectAllEditing';
}
/**
* @inheritDoc
*/ static get isOfficialPlugin() {
* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
/**
* @inheritDoc
*/ init() {
* @inheritDoc
*/ init() {
const editor = this.editor;

@@ -118,14 +118,14 @@ const t = editor.t;

/**
* @inheritDoc
*/ static get pluginName() {
* @inheritDoc
*/ static get pluginName() {
return 'SelectAllUI';
}
/**
* @inheritDoc
*/ static get isOfficialPlugin() {
* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
/**
* @inheritDoc
*/ init() {
* @inheritDoc
*/ init() {
const editor = this.editor;

@@ -144,4 +144,4 @@ editor.ui.componentFactory.add('selectAll', ()=>{

/**
* Creates a button for select all command to use either in toolbar or in menu bar.
*/ _createButton(ButtonClass) {
* Creates a button for select all command to use either in toolbar or in menu bar.
*/ _createButton(ButtonClass) {
const editor = this.editor;

@@ -176,4 +176,4 @@ const locale = editor.locale;

/**
* @inheritDoc
*/ static get requires() {
* @inheritDoc
*/ static get requires() {
return [

@@ -185,9 +185,9 @@ SelectAllEditing,

/**
* @inheritDoc
*/ static get pluginName() {
* @inheritDoc
*/ static get pluginName() {
return 'SelectAll';
}
/**
* @inheritDoc
*/ static get isOfficialPlugin() {
* @inheritDoc
*/ static get isOfficialPlugin() {
return true;

@@ -194,0 +194,0 @@ }

{
"name": "@ckeditor/ckeditor5-select-all",
"version": "0.0.0-nightly-20241216.0",
"version": "0.0.0-nightly-20241217.0",
"description": "Select all feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241216.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241216.0",
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241216.0"
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241217.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241217.0",
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241217.0"
},

@@ -39,3 +39,21 @@ "author": "CKSource (http://cksource.com/)",

],
"types": "src/index.d.ts"
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js"
},
"./dist/*": {
"types": "./src/index.d.ts",
"import": "./dist/*"
},
"./src/*": {
"types": "./src/index.d.ts",
"import": "./src/*"
},
"./lang/*": "./lang/*",
"./theme/*": "./theme/*",
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
"./package.json": "./package.json"
}
}

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