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

@ckeditor/ckeditor5-upload

Package Overview
Dependencies
Maintainers
1
Versions
702
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 23.0.0 to 23.1.0

lang/translations/hi.po

8

package.json
{
"name": "@ckeditor/ckeditor5-upload",
"version": "23.0.0",
"version": "23.1.0",
"description": "Upload Feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^23.0.0",
"@ckeditor/ckeditor5-ui": "^23.0.0",
"@ckeditor/ckeditor5-utils": "^23.0.0"
"@ckeditor/ckeditor5-core": "^23.1.0",
"@ckeditor/ckeditor5-ui": "^23.1.0",
"@ckeditor/ckeditor5-utils": "^23.1.0"
},

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

@@ -10,7 +10,7 @@ /**

/* globals XMLHttpRequest, FormData, console */
/* globals XMLHttpRequest, FormData */
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import FileRepository from '../filerepository';
import { attachLinkToDocumentation } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
import { logWarning } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';

@@ -75,3 +75,3 @@ /**

*/
console.warn( attachLinkToDocumentation( 'simple-upload-adapter-missing-uploadurl' ) );
logWarning( 'simple-upload-adapter-missing-uploadurl' );

@@ -78,0 +78,0 @@ return;

@@ -10,8 +10,6 @@ /**

/* globals console */
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import PendingActions from '@ckeditor/ckeditor5-core/src/pendingactions';
import CKEditorError, { attachLinkToDocumentation } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
import CKEditorError, { logWarning } from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
import ObservableMixin from '@ckeditor/ckeditor5-utils/src/observablemixin';

@@ -176,3 +174,3 @@ import Collection from '@ckeditor/ckeditor5-utils/src/collection';

*/
console.warn( attachLinkToDocumentation( 'filerepository-no-upload-adapter' ) );
logWarning( 'filerepository-no-upload-adapter' );

@@ -179,0 +177,0 @@ return null;

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