Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-upload

Package Overview
Dependencies
Maintainers
1
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-upload - 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-upload/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). ([8293240](https://github.com/ckeditor/ckeditor5-upload/commit/8293240))
### 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-upload/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-upload",
"version": "1.0.0-beta.4",
"version": "10.0.0",
"description": "Upload Feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-engine": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-ui": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-utils": "^1.0.0-beta.4"
"@ckeditor/ckeditor5-core": "^10.0.0",
"@ckeditor/ckeditor5-engine": "^10.0.0",
"@ckeditor/ckeditor5-ui": "^10.0.0",
"@ckeditor/ckeditor5-utils": "^10.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-clipboard": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-enter": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-heading": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-image": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-list": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-typing": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-undo": "^1.0.0-beta.4",
"@ckeditor/ckeditor5-basic-styles": "^10.0.0",
"@ckeditor/ckeditor5-clipboard": "^10.0.0",
"@ckeditor/ckeditor5-editor-classic": "^10.0.0",
"@ckeditor/ckeditor5-enter": "^10.0.0",
"@ckeditor/ckeditor5-heading": "^10.0.0",
"@ckeditor/ckeditor5-image": "^10.0.0",
"@ckeditor/ckeditor5-list": "^10.0.0",
"@ckeditor/ckeditor5-paragraph": "^10.0.0",
"@ckeditor/ckeditor5-typing": "^10.0.0",
"@ckeditor/ckeditor5-undo": "^10.0.0",
"eslint": "^4.15.0",

@@ -39,3 +39,3 @@ "eslint-config-ckeditor5": "^1.0.7",

"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",

@@ -42,0 +42,0 @@ "bugs": "https://github.com/ckeditor/ckeditor5-upload/issues",

@@ -21,2 +21,2 @@ CKEditor 5 file upload utilities

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.
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