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.0 to 3.0.1

2

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

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

@@ -125,2 +125,6 @@ react-s3-uploader

##### 3.0.1
* Fixes issue where URL would include "undefined" if this.server was not specified
##### 3.0

@@ -130,2 +134,6 @@

##### 2.0.1
* Fixes issue where URL would include "undefined" if this.server was not specified
##### 2.0

@@ -136,2 +144,6 @@

##### 1.2.3
* Fixes issue where URL would include "undefined" if this.server was not specified
##### 1.2.2

@@ -138,0 +150,0 @@

@@ -9,2 +9,3 @@ /**

S3Upload.prototype.server = '';
S3Upload.prototype.signingUrl = '/sign-s3';

@@ -11,0 +12,0 @@ S3Upload.prototype.fileElement = null;

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