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 8.1.1 to 8.1.2

2

CHANGELOG.md
# CHANGELOG
## 8.1.1
## 8.1.1 - 8.1.2

@@ -5,0 +5,0 @@ Remove overwriting external guid

@@ -303,3 +303,5 @@ "use strict";

files.forEach(function (file) {
file.guid = newGuid();
if (file.guid === undefined) {
file.guid = newGuid();
}
delete file.uploadStatus;

@@ -306,0 +308,0 @@ file.url = _this.uploadCore.getUrl(file);

@@ -511,3 +511,6 @@ export function addEventHandler(

files.forEach((file: IUploadFile) => {
file.guid = newGuid();
if (file.guid === undefined) {
file.guid = newGuid();
}
delete file.uploadStatus;

@@ -514,0 +517,0 @@ file.url = this.uploadCore.getUrl(file);

{
"name": "pure-upload",
"version": "8.1.1",
"version": "8.1.2",
"description": "The pure upload library without dependencies",

@@ -5,0 +5,0 @@ "author": {

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