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
705
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 37.0.0-alpha.0 to 37.0.0-alpha.1

src/augmentation.d.ts

10

package.json
{
"name": "@ckeditor/ckeditor5-upload",
"version": "37.0.0-alpha.0",
"version": "37.0.0-alpha.1",
"description": "Upload feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.0"
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.1"
},

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

"scripts": {
"build": "tsc -p ./tsconfig.release.json",
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build"

@@ -49,0 +49,0 @@ },

@@ -33,6 +33,1 @@ /**

}
declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[Base64UploadAdapter.pluginName]: Base64UploadAdapter;
}
}

@@ -48,6 +48,1 @@ /**

}
declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[SimpleUploadAdapter.pluginName]: SimpleUploadAdapter;
}
}

@@ -343,6 +343,1 @@ /**

export type UploadResponse = Record<string, unknown>;
declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[FileRepository.pluginName]: FileRepository;
}
}

@@ -87,3 +87,3 @@ /**

* This warning shows up when {@link module:upload/filerepository~FileRepository} is being used
* without {@link #createUploadAdapter defining an upload adapter}.
* without {@link module:upload/filerepository~FileRepository#createUploadAdapter defining an upload adapter}.
*

@@ -90,0 +90,0 @@ * **If you see this warning when using one of the {@glink installation/getting-started/predefined-builds

@@ -12,1 +12,3 @@ /**

export { default as SimpleUploadAdapter } from './adapters/simpleuploadadapter';
export type { SimpleUploadConfig } from './uploadconfig';
import './augmentation';

@@ -12,1 +12,2 @@ /**

export { default as SimpleUploadAdapter } from './adapters/simpleuploadadapter';
import './augmentation';

@@ -80,4 +80,2 @@ /**

* ```
*
* @eventName done
*/

@@ -84,0 +82,0 @@ export type FileInputViewDoneEvent = {

@@ -91,11 +91,1 @@ /**

}
declare module '@ckeditor/ckeditor5-core' {
interface EditorConfig {
/**
* The configuration of the {@link module:upload/adapters/simpleuploadadapter~SimpleUploadAdapter simple upload adapter}.
*
* Read more in {@link module:upload/uploadconfig~SimpleUploadConfig}.
*/
simpleUpload?: SimpleUploadConfig;
}
}
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