Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-upload

Package Overview
Dependencies
Maintainers
1
Versions
643
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.1 to 37.1.0

8

package.json
{
"name": "@ckeditor/ckeditor5-upload",
"version": "37.0.1",
"version": "37.1.0",
"description": "Upload feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "^37.0.1",
"@ckeditor/ckeditor5-utils": "^37.0.1",
"@ckeditor/ckeditor5-ui": "^37.0.1"
"@ckeditor/ckeditor5-core": "^37.1.0",
"@ckeditor/ckeditor5-utils": "^37.1.0",
"@ckeditor/ckeditor5-ui": "^37.1.0"
},

@@ -19,0 +19,0 @@ "devDependencies": {

@@ -145,3 +145,3 @@ /**

// Upload progress when it is supported.
/* istanbul ignore else */
/* istanbul ignore else -- @preserve */
if (xhr.upload) {

@@ -148,0 +148,0 @@ xhr.upload.addEventListener('progress', evt => {

@@ -93,3 +93,3 @@ /**

// Removing from code coverage since we cannot programmatically set input element files.
change: bind.to(/* istanbul ignore next */ () => {
change: bind.to(/* istanbul ignore next -- @preserve */ () => {
if (this.element && this.element.files && this.element.files.length) {

@@ -96,0 +96,0 @@ this.fire('done', this.element.files);

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