Socket
Socket
Sign inDemoInstall

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 2.6.2 to 2.6.3

2

es/IframeUploader.js

@@ -69,3 +69,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

uid: getUid(),
name: target.value
name: target.value && target.value.substring(target.value.lastIndexOf('\\') + 1, target.value.length)
};

@@ -72,0 +72,0 @@ _this.startUpload();

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

uid: (0, _uid2['default'])(),
name: target.value
name: target.value && target.value.substring(target.value.lastIndexOf('\\') + 1, target.value.length)
};

@@ -115,0 +115,0 @@ _this.startUpload();

{
"name": "rc-upload",
"version": "2.6.2",
"version": "2.6.3",
"description": "upload ui component for react",

@@ -42,3 +42,3 @@ "keywords": [

"co-busboy": "^1.3.0",
"coveralls": "^2.13.1",
"coveralls": "^3.0.3",
"expect.js": "0.3.x",

@@ -60,3 +60,3 @@ "jest": "^20.0.1",

"prop-types": "^15.5.7",
"warning": "2.x"
"warning": "4.x"
},

@@ -63,0 +63,0 @@ "jest": {

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