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

@ckeditor/ckeditor5-ckfinder

Package Overview
Dependencies
Maintainers
1
Versions
694
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-ckfinder - npm Package Compare versions

Comparing version 11.0.4 to 11.0.5

lang/translations/da.po

18

CHANGELOG.md
Changelog
=========
## [11.0.5](https://github.com/ckeditor/ckeditor5-ckfinder/compare/v11.0.4...v11.0.5) (2019-08-26)
### Bug fixes
* Pass CKFinder instance to a user-defined onInit() function. Closes [#45](https://github.com/ckeditor/ckeditor5-ckfinder/issues/45). ([e53558c](https://github.com/ckeditor/ckeditor5-ckfinder/commit/e53558c))
### Other changes
* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([816fb02](https://github.com/ckeditor/ckeditor5-ckfinder/commit/816fb02))
* Updated translations. ([3c3e350](https://github.com/ckeditor/ckeditor5-ckfinder/commit/3c3e350))
## [11.0.4](https://github.com/ckeditor/ckeditor5-ckfinder/compare/v11.0.3...v11.0.4) (2019-07-10)

@@ -13,3 +25,3 @@

* Updated translations. ([e681af2](https://github.com/ckeditor/ckeditor5-ckfinder/commit/e681af2))
* Updated translations. ([e681af2](https://github.com/ckeditor/ckeditor5-ckfinder/commit/e681af2))

@@ -21,3 +33,3 @@

* Updated translations. ([27f6f8b](https://github.com/ckeditor/ckeditor5-ckfinder/commit/27f6f8b))
* Updated translations. ([27f6f8b](https://github.com/ckeditor/ckeditor5-ckfinder/commit/27f6f8b))

@@ -30,3 +42,3 @@

* Optimized icons. ([122d047](https://github.com/ckeditor/ckeditor5-ckfinder/commit/122d047))
* Updated translations. ([5b26349](https://github.com/ckeditor/ckeditor5-ckfinder/commit/5b26349))
* Updated translations. ([5b26349](https://github.com/ckeditor/ckeditor5-ckfinder/commit/5b26349))

@@ -33,0 +45,0 @@

24

package.json
{
"name": "@ckeditor/ckeditor5-ckfinder",
"version": "11.0.4",
"version": "11.0.5",
"description": "CKFinder integration for CKEditor 5.",

@@ -13,14 +13,14 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.4",
"@ckeditor/ckeditor5-core": "^12.2.1",
"@ckeditor/ckeditor5-ui": "^13.0.2"
"@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.5",
"@ckeditor/ckeditor5-core": "^12.3.0",
"@ckeditor/ckeditor5-ui": "^14.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^12.1.3",
"@ckeditor/ckeditor5-clipboard": "^12.0.1",
"@ckeditor/ckeditor5-engine": "^13.2.1",
"@ckeditor/ckeditor5-image": "^13.1.2",
"@ckeditor/ckeditor5-link": "^11.1.1",
"@ckeditor/ckeditor5-paragraph": "^11.0.4",
"@ckeditor/ckeditor5-utils": "^13.0.1",
"@ckeditor/ckeditor5-editor-classic": "^12.1.4",
"@ckeditor/ckeditor5-clipboard": "^12.0.2",
"@ckeditor/ckeditor5-engine": "^14.0.0",
"@ckeditor/ckeditor5-image": "^14.0.0",
"@ckeditor/ckeditor5-link": "^11.1.2",
"@ckeditor/ckeditor5-paragraph": "^11.0.5",
"@ckeditor/ckeditor5-utils": "^14.0.0",
"eslint": "^5.5.0",

@@ -38,3 +38,3 @@ "eslint-config-ckeditor5": "^2.0.0",

"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5-ckfinder/issues",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {

@@ -41,0 +41,0 @@ "type": "git",

@@ -69,3 +69,3 @@ /**

if ( !options.language ) {
options.language = editor.locale.language;
options.language = editor.locale.uiLanguage;
}

@@ -77,3 +77,3 @@

if ( originalOnInit ) {
originalOnInit();
originalOnInit( finder );
}

@@ -80,0 +80,0 @@

Sorry, the diff of this file is not supported yet

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