Socket
Socket
Sign inDemoInstall

react-s3-uploader

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-s3-uploader - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

package.json
{
"name": "react-s3-uploader",
"version": "3.0.2",
"version": "3.0.3",
"description": "React component that renders a file input and automatically uploads to an S3 bucket",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -59,2 +59,3 @@ react-s3-uploader

region: 'us-east-1', //optional
signatureVersion: 'v4', //optional (use for some amazon regions: frankfurt and others)
headers: {'Access-Control-Allow-Origin': '*'}, // optional

@@ -126,2 +127,6 @@ ACL: 'private' // this is default

##### 3.0.3
* Support signatureVersion option
##### 3.0.2

@@ -128,0 +133,0 @@

@@ -27,2 +27,5 @@

}
if (options.signatureVersion) {
s3Options.signatureVersion = options.signatureVersion;
}

@@ -29,0 +32,0 @@ var router = express.Router();

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