New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ckeditor5-build-full

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor5-build-full - npm Package Compare versions

Comparing version 2.0.0-beta.0 to 2.0.0-beta.1

74

package.json
{
"name": "ckeditor5-build-full",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "The customize full features for classic editor build of CKEditor 5 – the best browser-based rich text editor. Thanks for CKEditor.",

@@ -41,37 +41,39 @@ "publishConfig": {

"devDependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "~24.0.0",
"@ckeditor/ckeditor5-alignment": "~24.0.0",
"@ckeditor/ckeditor5-autoformat": "~24.0.0",
"@ckeditor/ckeditor5-autosave": "~24.0.0",
"@ckeditor/ckeditor5-basic-styles": "~24.0.0",
"@ckeditor/ckeditor5-block-quote": "~24.0.0",
"@ckeditor/ckeditor5-ckfinder": "~24.0.0",
"@ckeditor/ckeditor5-clipboard": "~24.0.0",
"@ckeditor/ckeditor5-code-block": "~24.0.0",
"@ckeditor/ckeditor5-core": "~24.0.0",
"@ckeditor/ckeditor5-dev-utils": "~24.0.1",
"@ckeditor/ckeditor5-easy-image": "~24.0.0",
"@ckeditor/ckeditor5-editor-classic": "~24.0.0",
"@ckeditor/ckeditor5-essentials": "~24.0.0",
"@ckeditor/ckeditor5-font": "~24.0.0",
"@ckeditor/ckeditor5-heading": "~24.0.0",
"@ckeditor/ckeditor5-highlight": "~24.0.0",
"@ckeditor/ckeditor5-horizontal-line": "~24.0.0",
"@ckeditor/ckeditor5-image": "~24.0.0",
"@ckeditor/ckeditor5-indent": "~24.0.0",
"@ckeditor/ckeditor5-link": "~24.0.0",
"@ckeditor/ckeditor5-list": "~24.0.0",
"@ckeditor/ckeditor5-media-embed": "~24.0.0",
"@ckeditor/ckeditor5-mention": "~24.0.0",
"@ckeditor/ckeditor5-page-break": "~24.0.0",
"@ckeditor/ckeditor5-paragraph": "~24.0.0",
"@ckeditor/ckeditor5-paste-from-office": "~24.0.0",
"@ckeditor/ckeditor5-remove-format": "~24.0.0",
"@ckeditor/ckeditor5-restricted-editing": "~24.0.0",
"@ckeditor/ckeditor5-special-characters": "~24.0.0",
"@ckeditor/ckeditor5-table": "~24.0.0",
"@ckeditor/ckeditor5-theme-lark": "~24.0.0",
"@ckeditor/ckeditor5-typing": "~24.0.0",
"@ckeditor/ckeditor5-upload": "~24.0.0",
"@ckeditor/ckeditor5-word-count": "~24.0.0",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@ckeditor/ckeditor5-adapter-ckfinder": "^24.0.0",
"@ckeditor/ckeditor5-alignment": "^24.0.0",
"@ckeditor/ckeditor5-autoformat": "^24.0.0",
"@ckeditor/ckeditor5-autosave": "^24.0.0",
"@ckeditor/ckeditor5-basic-styles": "^24.0.0",
"@ckeditor/ckeditor5-block-quote": "^24.0.0",
"@ckeditor/ckeditor5-ckfinder": "^24.0.0",
"@ckeditor/ckeditor5-clipboard": "^24.0.0",
"@ckeditor/ckeditor5-code-block": "^24.0.0",
"@ckeditor/ckeditor5-core": "^24.0.0",
"@ckeditor/ckeditor5-dev-utils": "^24.0.1",
"@ckeditor/ckeditor5-easy-image": "^24.0.0",
"@ckeditor/ckeditor5-editor-classic": "^24.0.0",
"@ckeditor/ckeditor5-essentials": "^24.0.0",
"@ckeditor/ckeditor5-font": "^24.0.0",
"@ckeditor/ckeditor5-heading": "^24.0.0",
"@ckeditor/ckeditor5-highlight": "^24.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^24.0.0",
"@ckeditor/ckeditor5-image": "^24.0.0",
"@ckeditor/ckeditor5-indent": "^24.0.0",
"@ckeditor/ckeditor5-link": "^24.0.0",
"@ckeditor/ckeditor5-list": "^24.0.0",
"@ckeditor/ckeditor5-media-embed": "^24.0.0",
"@ckeditor/ckeditor5-mention": "^24.0.0",
"@ckeditor/ckeditor5-page-break": "^24.0.0",
"@ckeditor/ckeditor5-paragraph": "^24.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^24.0.0",
"@ckeditor/ckeditor5-remove-format": "^24.0.0",
"@ckeditor/ckeditor5-restricted-editing": "^24.0.0",
"@ckeditor/ckeditor5-special-characters": "^24.0.0",
"@ckeditor/ckeditor5-table": "^24.0.0",
"@ckeditor/ckeditor5-theme-lark": "^24.0.0",
"@ckeditor/ckeditor5-typing": "^24.0.0",
"@ckeditor/ckeditor5-upload": "^24.0.0",
"@ckeditor/ckeditor5-word-count": "^24.0.0",
"@types/node": "^14.14.21",

@@ -78,0 +80,0 @@ "@types/webpack": "^4.41.26",

@@ -14,9 +14,3 @@ CKEditor 5 customize classic editor build

See:
* [Installation](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installation.html) for how to install this package and what it contains.
* [Basic API](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/basic-api.html) for how to create an editor and interact with it.
* [Configuration](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/configuration.html) for how to configure the editor.
* [Creating custom builds](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html) for how to customize the build (configure and rebuild the editor bundle).
**For React:** Try using the new package [rc-ckfulleditor](https://www.npmjs.com/package/rc-ckfulleditor)
## Quick start

@@ -52,2 +46,9 @@

See:
* [Installation](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installation.html) for how to install this package and what it contains.
* [Basic API](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/basic-api.html) for how to create an editor and interact with it.
* [Configuration](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/configuration.html) for how to configure the editor.
* [Creating custom builds](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html) for how to customize the build (configure and rebuild the editor bundle).
**Note:** If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in `ckeditor.js`). Read more in the [Advanced setup guide](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html).

@@ -54,0 +55,0 @@

Sorry, the diff of this file is too big to display

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