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

pure-upload

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-upload - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -330,3 +330,2 @@ function castFiles(fileList, status) {

UploadQueue.prototype.filesChanged = function () {
this.callbacks.onQueueChangedCallback(this.queuedFiles);
if (this.options.autoRemove)

@@ -336,2 +335,3 @@ this.removeFinishedFiles();

this.startWaitingFiles();
this.callbacks.onQueueChangedCallback(this.queuedFiles);
this.checkAllFinished();

@@ -338,0 +338,0 @@ };

@@ -456,4 +456,2 @@ export function castFiles(fileList: File[]| Object, status?:IUploadStatus): IUploadFile[] {

private filesChanged(): void {
this.callbacks.onQueueChangedCallback(this.queuedFiles);
if (this.options.autoRemove)

@@ -465,2 +463,4 @@ this.removeFinishedFiles();

this.callbacks.onQueueChangedCallback(this.queuedFiles);
this.checkAllFinished();

@@ -467,0 +467,0 @@ }

{
"name": "pure-upload",
"version": "1.0.3",
"version": "1.0.4",
"description": "The pure upload library without dependencies",

@@ -5,0 +5,0 @@ "contributors": [

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