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 24.0.0 to 25.0.0

2

LICENSE.md

@@ -5,3 +5,3 @@ Software License Agreement

**CKEditor 5 Cloud Services** – https://github.com/ckeditor/ckeditor5-cloud-services <br>
Copyright (c) 2003-2020, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.

@@ -8,0 +8,0 @@ Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).

{
"name": "@ckeditor/ckeditor5-cloud-services",
"version": "24.0.0",
"version": "25.0.0",
"description": "CKEditor 5's Cloud Services integration layer.",

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

"dependencies": {
"@ckeditor/ckeditor-cloud-services-core": "^24.0.0",
"@ckeditor/ckeditor5-core": "^24.0.0",
"@ckeditor/ckeditor5-utils": "^24.0.0"
"@ckeditor/ckeditor-cloud-services-core": "^25.0.0",
"@ckeditor/ckeditor5-core": "^25.0.0",
"@ckeditor/ckeditor5-utils": "^25.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^24.0.0"
"@ckeditor/ckeditor5-editor-classic": "^25.0.0"
},

@@ -20,0 +20,0 @@ "engines": {

/**
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license

@@ -15,3 +15,3 @@ */

/**
* Plugin introducing integration between CKEditor 5 and CKEditor Cloud Services .
* Plugin introducing the integration between CKEditor 5 and CKEditor Cloud Services .
*

@@ -44,3 +44,3 @@ * It initializes the token provider based on

/**
* Map of `Token` object instances keyed by `tokenUrl`s.
* A map of token object instances keyed by the token URLs.
*

@@ -96,3 +96,3 @@ * @private

registerTokenUrl( tokenUrl ) {
// Reuse Token instance in case of multiple features using the same tokenUrl.
// Reuse the token instance in case of multiple features using the same token URL.
if ( this._tokens.has( tokenUrl ) ) {

@@ -110,3 +110,3 @@ return Promise.resolve( this.getTokenFor( tokenUrl ) );

/**
* Returns authentication token provider previously registered by {@link #registerTokenUrl}.
* Returns an authentication token provider previously registered by {@link #registerTokenUrl}.
*

@@ -121,3 +121,3 @@ * @param {String|Function} tokenUrl The authentication token URL for CKEditor Cloud Services or a callback to the token value promise.

/**
* Provided `tokenUrl` was not registered by {@link module:cloud-services/cloudservices~CloudServices#registerTokenUrl}.
* The provided `tokenUrl` was not registered by {@link module:cloud-services/cloudservices~CloudServices#registerTokenUrl}.
*

@@ -124,0 +124,0 @@ * @error cloudservices-token-not-registered

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