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.1.3 to 3.1.4

2

es/AjaxUploader.js

@@ -79,3 +79,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

if (_this.props.directory) {
traverseFileTree(e.dataTransfer.items, _this.uploadFiles, function (_file) {
traverseFileTree(Array.prototype.slice.call(e.dataTransfer.items), _this.uploadFiles, function (_file) {
return attrAccept(_file, _this.props.accept);

@@ -82,0 +82,0 @@ });

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

if (_this.props.directory) {
(0, _traverseFileTree2['default'])(e.dataTransfer.items, _this.uploadFiles, function (_file) {
(0, _traverseFileTree2['default'])(Array.prototype.slice.call(e.dataTransfer.items), _this.uploadFiles, function (_file) {
return (0, _attrAccept2['default'])(_file, _this.props.accept);

@@ -107,0 +107,0 @@ });

{
"name": "rc-upload",
"version": "3.1.3",
"version": "3.1.4",
"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