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

@ckeditor/ckeditor5-essentials

Package Overview
Dependencies
Maintainers
1
Versions
703
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-essentials - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

5

CHANGELOG.md
Changelog
=========
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-essentials/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
Internal changes only (updated dependencies, documentation, etc.).
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-essentials/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)

@@ -5,0 +10,0 @@

20

package.json
{
"name": "@ckeditor/ckeditor5-essentials",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Essential editing features for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-clipboard": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-enter": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-typing": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-undo": "^1.0.0-beta.1"
"@ckeditor/ckeditor5-clipboard": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-enter": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-typing": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-undo": "^1.0.0-beta.2"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.2",
"eslint": "^4.15.0",
"eslint-config-ckeditor5": "^1.0.7",
"husky": "^0.14.3",
"lint-staged": "^6.0.0"
"lint-staged": "^7.0.0"
},

@@ -31,3 +31,3 @@ "engines": {

"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"homepage": "https://ckeditor5.github.io",
"homepage": "https://ckeditor.com",
"bugs": "https://github.com/ckeditor/ckeditor5-essentials/issues",

@@ -34,0 +34,0 @@ "repository": {

@@ -15,12 +15,12 @@ CKEditor 5 essentials plugin

The [`Essentials`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_essentials_essentials-Essentials.html) plugin includes all fundamental editing features:
The [`Essentials`](https://docs.ckeditor.com/ckeditor5/latest/api/module_essentials_essentials-Essentials.html) plugin includes all fundamental editing features:
* [`Clipboard`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_clipboard_clipboard-Clipboard.html)
* [`Enter`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_enter_enter-Enter.html)
* [`Typing`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_typing_typing-Typing.html)
* [`Undo`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_undo_undo-Undo.html)
* [`Clipboard`](https://docs.ckeditor.com/ckeditor5/latest/api/module_clipboard_clipboard-Clipboard.html)
* [`Enter`](https://docs.ckeditor.com/ckeditor5/latest/api/module_enter_enter-Enter.html)
* [`Typing`](https://docs.ckeditor.com/ckeditor5/latest/api/module_typing_typing-Typing.html)
* [`Undo`](https://docs.ckeditor.com/ckeditor5/latest/api/module_undo_undo-Undo.html)
## Documentation
See the [`@ckeditor/ckeditor5-essentials` package](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/essentials.html) page in [CKEditor 5 documentation](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/).
See the [`@ckeditor/ckeditor5-essentials` package](https://docs.ckeditor.com/ckeditor5/latest/api/essentials.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).

@@ -27,0 +27,0 @@ ## License

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