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

react-uploader

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uploader - npm Package Compare versions

Comparing version 3.34.0 to 3.35.0

10

dist/main.js

@@ -205,3 +205,6 @@ /******/ (function() { // webpackBootstrap

};
var autoUpdatingOptions = useAutoUpdatingOptions(Object.assign(Object.assign({}, options), onUpdateParams)); // Prevent React warning, while keeping rendering synchronous in the browser.
var autoUpdatingOptions = useAutoUpdatingOptions(Object.assign(Object.assign(Object.assign({}, options), onUpdateParams), {
layout: "inline",
container: element
})); // Prevent React warning, while keeping rendering synchronous in the browser.

@@ -211,6 +214,3 @@ if (typeof window !== "undefined") {

if (element !== undefined) {
uploader.open(Object.assign(Object.assign({}, autoUpdatingOptions), {
container: element,
layout: "inline"
})).then(function (files) {
uploader.open(autoUpdatingOptions).then(function (files) {
if (onComplete !== undefined) {

@@ -217,0 +217,0 @@ onComplete(files);

{
"name": "react-uploader",
"version": "3.34.0",
"version": "3.35.0",
"author": "Upload <hello@upload.io> (https://upload.io)",

@@ -5,0 +5,0 @@ "description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",

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