Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-cloud-services

Package Overview
Dependencies
Maintainers
1
Versions
638
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-cloud-services - npm Package Compare versions

Comparing version 18.0.0 to 19.0.0

5

CHANGELOG.md
Changelog
=========
## [19.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v18.0.0...v19.0.0) (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
## [18.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v17.0.0...v18.0.0) (2020-03-19)

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

8

package.json
{
"name": "@ckeditor/ckeditor5-cloud-services",
"version": "18.0.0",
"version": "19.0.0",
"description": "CKEditor 5's Cloud Services integration layer.",

@@ -12,7 +12,7 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor-cloud-services-core": "^18.0.0",
"@ckeditor/ckeditor5-core": "^18.0.0"
"@ckeditor/ckeditor-cloud-services-core": "^19.0.0",
"@ckeditor/ckeditor5-core": "^19.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^18.0.0",
"@ckeditor/ckeditor5-editor-classic": "^19.0.0",
"eslint": "^5.5.0",

@@ -19,0 +19,0 @@ "eslint-config-ckeditor5": "^2.0.0",

@@ -196,19 +196,1 @@ /**

*/
/* eslint-disable max-len */
/**
* **This configuration property has been deprecated and will be removed in the next major release.
* Use [`config.collaboration.channelId`](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration-integration.html#the-channelid-configuration-property) instead.**
*
* The document ID used by the `RealTimeCollaborativeEditing` plugin. All editor instances created with the same document ID will
* collaborate. It means that each document needs a different document ID if you do not want to start collaboration between these
* documents. The ID is usually a primary key of the document in the database but you are free to provide whatever identifier fits your
* scenario.
*
* Note: Unlike most plugins, `RealTimeCollaborativeEditing` is not included in any CKEditor 5 build and needs to be installed manually.
* Check [Collaboration overview](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/overview.html) for more details.
*
* @deprecated
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#documentId
*/
/* eslint-enable max-len */
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