Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-select-all

Package Overview
Dependencies
Maintainers
1
Versions
586
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.0.1 to 38.1.0

25

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

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^38.0.1",
"@ckeditor/ckeditor5-utils": "^38.0.1",
"@ckeditor/ckeditor5-ui": "^38.0.1"
"@ckeditor/ckeditor5-core": "38.1.0",
"@ckeditor/ckeditor5-utils": "38.1.0",
"@ckeditor/ckeditor5-ui": "38.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^38.0.1",
"@ckeditor/ckeditor5-engine": "^38.0.1",
"@ckeditor/ckeditor5-essentials": "^38.0.1",
"@ckeditor/ckeditor5-heading": "^38.0.1",
"@ckeditor/ckeditor5-image": "^38.0.1",
"@ckeditor/ckeditor5-paragraph": "^38.0.1",
"@ckeditor/ckeditor5-table": "^38.0.1",
"@ckeditor/ckeditor5-editor-classic": "^38.0.1",
"typescript": "^4.8.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"engines": {

@@ -54,7 +41,3 @@ "node": ">=16.0.0",

],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build"
},
"types": "src/index.d.ts"
}

2

src/selectall.d.ts

@@ -27,3 +27,3 @@ /**

*/
static get pluginName(): 'SelectAll';
static get pluginName(): "SelectAll";
}

@@ -19,3 +19,3 @@ /**

*/
static get pluginName(): 'SelectAllEditing';
static get pluginName(): "SelectAllEditing";
/**

@@ -22,0 +22,0 @@ * @inheritDoc

@@ -20,3 +20,3 @@ /**

*/
static get pluginName(): 'SelectAllUI';
static get pluginName(): "SelectAllUI";
/**

@@ -23,0 +23,0 @@ * @inheritDoc

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