Socket
Socket
Sign inDemoInstall

@aws-sdk/s3-request-presigner

Package Overview
Dependencies
Maintainers
5
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/s3-request-presigner - npm Package Compare versions

Comparing version 1.0.0-gamma.3 to 1.0.0-gamma.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/s3-request-presigner@1.0.0-gamma.3...@aws-sdk/s3-request-presigner@1.0.0-gamma.4) (2020-07-21)
**Note:** Version bump only for package @aws-sdk/s3-request-presigner
# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/s3-request-presigner@1.0.0-gamma.2...@aws-sdk/s3-request-presigner@1.0.0-gamma.3) (2020-07-13)

@@ -8,0 +16,0 @@

2

jest.config.js
const base = require("../../jest.config.base.js");
module.exports = {
...base
...base,
};
{
"name": "@aws-sdk/s3-request-presigner",
"version": "1.0.0-gamma.3",
"version": "1.0.0-gamma.4",
"scripts": {

@@ -20,11 +20,11 @@ "prepublishOnly": "yarn build:cjs && yarn build:es",

"dependencies": {
"@aws-sdk/signature-v4": "1.0.0-gamma.3",
"@aws-sdk/signature-v4": "1.0.0-gamma.4",
"@aws-sdk/types": "1.0.0-gamma.3",
"@aws-sdk/util-create-request": "1.0.0-gamma.3",
"@aws-sdk/util-format-url": "1.0.0-gamma.3",
"@aws-sdk/util-create-request": "1.0.0-gamma.4",
"@aws-sdk/util-format-url": "1.0.0-gamma.4",
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/hash-node": "1.0.0-gamma.3",
"@aws-sdk/protocol-http": "1.0.0-gamma.3",
"@aws-sdk/hash-node": "1.0.0-gamma.4",
"@aws-sdk/protocol-http": "1.0.0-gamma.4",
"@types/jest": "^26.0.4",

@@ -31,0 +31,0 @@ "@types/node": "^12.0.2",

@@ -17,3 +17,3 @@ # @aws-sdk/s3-request-presigner

credentials: credentialsProvider,
sha256: nodeSha256 //if the signer is used in browser, use `browserSha256` then
sha256: nodeSha256, //if the signer is used in browser, use `browserSha256` then
});

@@ -32,3 +32,3 @@ const url = await signer.presign(request);

credentials: credentialsProvider,
sha256: nodeSha256 //if the signer is used in browser, use `browserSha256` then
sha256: nodeSha256, //if the signer is used in browser, use `browserSha256` then
});

@@ -45,4 +45,4 @@ const url = await signer.presign(request);

const signer = new S3RequestPresigner({
...s3.config
...s3.config,
});
```
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