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

rc-upload

Package Overview
Dependencies
Maintainers
5
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-upload - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

es/request.js

@@ -65,3 +65,3 @@ function getError(option, xhr) {

formData.append(option.filename, option.file);
formData.append(option.filename, option.file, option.file && option.file.name);

@@ -68,0 +68,0 @@ xhr.onerror = function error(e) {

@@ -71,3 +71,3 @@ 'use strict';

formData.append(option.filename, option.file);
formData.append(option.filename, option.file, option.file && option.file.name);

@@ -74,0 +74,0 @@ xhr.onerror = function error(e) {

{
"name": "rc-upload",
"version": "3.0.1",
"version": "3.0.2",
"description": "upload ui component for react",

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

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