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

@ckeditor/ckeditor5-cloud-services

Package Overview
Dependencies
Maintainers
1
Versions
698
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 1.0.0-beta.4 to 10.0.0

11

CHANGELOG.md
Changelog
=========
## [10.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
### Other changes
* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([c9a7a7d](https://github.com/ckeditor/ckeditor5-cloud-services/commit/c9a7a7d))
### BREAKING CHANGES
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)

@@ -5,0 +16,0 @@

8

LICENSE.md

@@ -7,10 +7,4 @@ Software License Agreement

Licensed under the terms of any of the following licenses at your choice:
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
* [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/gpl.html)
* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/lgpl.html)
* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html)
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version of this software to use, reproduce, modify and distribute this software under any of the above licenses.
Sources of Intellectual Property Included in CKEditor

@@ -17,0 +11,0 @@ -----------------------------------------------------

{
"name": "@ckeditor/ckeditor5-cloud-services",
"version": "1.0.0-beta.4",
"version": "10.0.0",
"description": "CKEditor 5's Cloud Services integration layer.",

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

"dependencies": {
"@ckeditor/ckeditor-cloud-services-core": "^0.2.0",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-utils": "^1.0.0-beta.4"
"@ckeditor/ckeditor-cloud-services-core": "^1.0.0",
"@ckeditor/ckeditor5-core": "^10.0.0",
"@ckeditor/ckeditor5-utils": "^10.0.0"
},

@@ -28,3 +28,3 @@ "devDependencies": {

"author": "CKSource (http://cksource.com/)",
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"license": "GPL-2.0-or-later",
"homepage": "https://ckeditor.com",

@@ -31,0 +31,0 @@ "bugs": "https://github.com/ckeditor/ckeditor5-cloud-services/issues",

@@ -21,2 +21,2 @@ CKEditor 5 Cloud Services

Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the `LICENSE.md` file.
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file.

@@ -99,3 +99,3 @@ /**

* end users of your application to use [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services), only
* if they should have access e.g. to upload files with Easy Image.
* if they should have access e.g. to upload files with Easy Image or to access the Collaboraation service.
*

@@ -117,9 +117,29 @@ * You can find more information about token endpoints in the

* after subscribing to Easy Image service.
* To learn how to start using Easy Image check {@glink @cs guides/quick-start Cloud Services - Quick start} documentation.
* To learn how to start using Easy Image check {@glink @cs guides/easy-image/quick-start Easy Image - Quick start} documentation.
*
* Note: Make sure to also set the {@link module:cloud-services/cloudservices~CloudServicesConfig#tokenUrl} configuration option.
*
* Read more in [Cloud Services Quick start](https://docs.ckeditor.com/cs/latest/guides/quick-start.html).
*
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#uploadUrl
*/
/**
* The URL for web socket communication, used by `CollaborativeEditing` plugin. Every customer (organization in the CKEditor
* Ecosystem dashboard) has its own, unique URLs to communicate with CKEditor Cloud Services. The URL can be found in the
* CKEditor Ecosystem dashboard.
*
* Note: unlike most plugins, `CollaborativeEditing` is not included in any CKEditor 5 build and has to be installed manually.
* Check [Collaboration overview](https://docs.ckeditor.com/ckeditor5/latest/features/collaboration/overview.html) for more details.
*
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#webSocketUrl
*/
/**
* Document ID, used by `CollaborativeEditing` 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, `CollaborativeEditing` is not included in any CKEditor 5 build and has to be installed manually.
* Check [Collaboration overview](https://docs.ckeditor.com/ckeditor5/latest/features/collaboration/overview.html) for more details.
*
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#documentId
*/
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