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 4.0.2 to 4.0.3

4

CHANGELOG.md
##### 4.0.3
* Return `fileKey` in response bundled router sign response
##### 4.0.2

@@ -3,0 +7,0 @@

2

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

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

@@ -119,3 +119,3 @@ react-s3-uploader

ACL: 'private', // this is default
uniquePrefix=true // this is default, setting the attribute to false preserves the original filename in S3
uniquePrefix=true // (4.0.2 and above) default is true, setting the attribute to false preserves the original filename in S3
}));

@@ -122,0 +122,0 @@ ```

@@ -94,3 +94,4 @@

publicUrl: '/s3/uploads/' + filename,
filename: filename
filename: filename,
fileKey: fileKey,
});

@@ -97,0 +98,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