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 Versions

1
6

4.0.1

Diff

Changelog

Source

4.0.1

  • Don't pass scrubFilename prop to <input>
sadkinson
published 4.0.0 •

Changelog

Source

4.0.0

  • BREAKING CHANGE: Removed unorm and latinize dependencies, which were used to scrub file names before uploading. Now we just remove all characters that are not alphanumeric, underscores, dashes, or periods. If you need different behavior, please provide a custom scrubFilename function in props.
sadkinson
published 3.4.0 •

Changelog

Source

3.4.0

  • Adding optional prop signingUrlMethod (default: GET) [#103]
  • Adding optional prop signingUrlWithCredentials [#103]
  • Adding abort to react component [#96]
sadkinson
published 3.3.0 •

Changelog

Source

3.3.0

  • Adding optional preprocess hook supports asynchronous operations such as resizing an image before upload [#79 #72]
  • Fix uglify warning [#77]
sadkinson
published 3.2.1 •

Changelog

Source

3.2.1

  • Avoid react warning by not passing unnecessary props to Dom.input [#75]
sadkinson
published 3.2.0 •

Changelog

Source

3.2.0

  • Allow custom getSignedUrl() function to be provided [#22]
sadkinson
published 3.1.0 •

Changelog

Source

3.1.0

  • Replace unsafe characters (per AWS docs) with underscores [#69]
sadkinson
published 3.0.3 •

Changelog

Source

3.0.3

  • Support signatureVersion option
sadkinson
published 3.0.2 •

Changelog

Source

3.0.2

  • Not passing non-JSON response text to error handlers
sadkinson
published 3.0.1 •

Changelog

Source

3.0.1

  • Fixes issue where URL would include "undefined" if this.server was not specified
3.0
  • Using react-dom
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc