Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@danielmyerfenton/react-native-aws3

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danielmyerfenton/react-native-aws3 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

7

lib/S3Policy.js

@@ -84,3 +84,3 @@ 'use strict';

var formatPolicyForRequestBody = function formatPolicyForRequestBody(base64EncodedPolicy, signature, options) {
return {
return _extends({
"key": options.key,

@@ -94,5 +94,4 @@ "acl": options.acl,

"Policy": base64EncodedPolicy,
"X-Amz-Signature": signature,
metadata: options.metadata
};
"X-Amz-Signature": signature
}, options.metadata);
};

@@ -99,0 +98,0 @@

{
"name": "@danielmyerfenton/react-native-aws3",
"version": "1.0.3",
"version": "1.0.5",
"description": "Pure JavaScript react native library for uploading to AWS S3",

@@ -5,0 +5,0 @@ "author": {

@@ -76,3 +76,3 @@ /**

"X-Amz-Signature": signature,
metadata: options.metadata
...options.metadata
}

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