@danielmyerfenton/react-native-aws3
Advanced tools
Comparing version 1.0.3 to 1.0.5
@@ -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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
31873
648