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 1.1.1 to 1.1.2

4

package.json
{
"name": "react-s3-uploader",
"version": "1.1.1",
"description": "React component that renders an <input type=\"file\"/> and automatically uploads to an S3 bucket",
"version": "1.1.2",
"description": "React component that renders a file input and automatically uploads to an S3 bucket",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -21,3 +21,3 @@

* Redirects image requests with a temporary signed URL, giving access
* to GET an image from the customer's folder.
* to GET an image.
*/

@@ -37,4 +37,3 @@ router.get(/\/img\/(.*)/, function(req, res) {

* Returns an object with `signedUrl` and `publicUrl` properties that
* give temporary access to PUT an object in a customer's folder of
* our S3 bucket.
* give temporary access to PUT an object in an S3 bucket.
*/

@@ -41,0 +40,0 @@ router.get('/sign', function(req, res) {

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