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

@bytescale/upload-widget-angular

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytescale/upload-widget-angular - npm Package Compare versions

Comparing version 9.5.2 to 9.6.0

4

package.json
{
"name": "@bytescale/upload-widget-angular",
"version": "9.5.2",
"version": "9.6.0",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",

@@ -50,3 +50,3 @@ "description": "Angular File Upload UI Widget โ€” Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐Ÿš€ Comes with Cloud Storage ๐ŸŒ",

"@angular/core": ">=13",
"@bytescale/upload-widget": "^4.12.0"
"@bytescale/upload-widget": "^4.13.0"
},

@@ -53,0 +53,0 @@ "module": "fesm2015/bytescale-upload-widget-angular.mjs",

@@ -178,3 +178,3 @@ <h1 align="center">

};
onUpdate = ({ uploadedFiles, pendingFiles }: UploadWidgetOnUpdateEvent) => {
onUpdate = ({ uploadedFiles, pendingFiles, failedFiles }: UploadWidgetOnUpdateEvent) => {
const uploadedFileUrls = uploadedFiles.map(x => x.fileUrl).join("\n");

@@ -249,2 +249,3 @@ console.log(uploadedFileUrls);

// event.pendingFiles // Array of files that are either uploading or queued.
// event.failedFiles // Array of files that failed to upload (due to network or validation reasons).
// event.uploadedFiles // Array of files that have been uploaded and not removed.

@@ -251,0 +252,0 @@ },

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