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

pure-upload

Package Overview
Dependencies
Maintainers
1
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 2.1.0 to 2.2.0

.npmignore

8

CHANGELOG.md
CHANGELOG
===
2.2.0
--
New features
-
Added manual triggering of adding file to UploadQueue in UploadArea.
2.1.0

@@ -5,0 +13,0 @@ --

2

package.json
{
"name": "pure-upload",
"version": "2.1.0",
"version": "2.2.0",
"description": "The pure upload library without dependencies",

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

@@ -74,3 +74,5 @@ # Pure-upload

multiple?: boolean;
manualStart?: boolean;
onFileAdded?: (file: IUploadFile) => void;
onFileSelected?: (file: IUploadFile) => void
onFileError?: (file: IUploadFile) => void;

@@ -77,0 +79,0 @@ onFileCancelled?: (file: IUploadFile) => void;

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