Socket
Socket
Sign inDemoInstall

rc-upload

Package Overview
Dependencies
Maintainers
4
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.3.2 to 2.3.3

4

HISTORY.md
# History
----
### 2.3.3 / 2017-02-20
- beforeUpload add empty catch function when promise passed, fix [#64](https://github.com/react-component/upload/issues/64)
### 2.3.2 / 2016-12-30

@@ -5,0 +9,0 @@

@@ -122,2 +122,4 @@ 'use strict';

}
})["catch"](function (e) {
console && console.log(e);
});

@@ -124,0 +126,0 @@ } else if (before !== false) {

2

package.json
{
"name": "rc-upload",
"version": "2.3.2",
"version": "2.3.3",
"description": "upload ui component for react",

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

@@ -84,3 +84,3 @@ # rc-upload

1. `result`: request body
1. `result`: response body
2. `file`: upload file

@@ -87,0 +87,0 @@

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