Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-signing

Package Overview
Dependencies
Maintainers
5
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-signing - npm Package Compare versions

Comparing version 1.0.0-gamma.1 to 1.0.0-gamma.2

dist/cjs/configurations.d.ts

106

CHANGELOG.md

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

# 1.0.0-gamma.2 (2020-07-08)
### Features
* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3))
# 1.0.0-gamma.1 (2020-05-21)

@@ -104,2 +113,99 @@

# 1.0.0-gamma.1 (2020-05-21)
### Features
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
# 1.0.0-beta.4 (2020-04-25)
# 1.0.0-beta.2 (2020-03-28)
# 1.0.0-beta.1 (2020-03-25)
### Features
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
# 1.0.0-alpha.28 (2020-03-20)
# 1.0.0-alpha.26 (2020-03-12)
# 1.0.0-alpha.24 (2020-02-19)
# 1.0.0-alpha.21 (2020-02-11)
# 1.0.0-alpha.20 (2020-02-09)
# 1.0.0-alpha.19 (2020-02-07)
# 1.0.0-alpha.18 (2020-02-06)
# 1.0.0-alpha.13 (2020-01-24)
# 1.0.0-alpha.12 (2020-01-22)
# 1.0.0-alpha.9 (2020-01-17)
# 1.0.0-alpha.8 (2020-01-16)
# 1.0.0-alpha.4 (2020-01-14)
# 1.0.0-alpha.1 (2020-01-10)
# 0.9.0 (2020-01-09)
### Bug Fixes
* update input and resolved naming ([#444](https://github.com/aws/aws-sdk-js-v3/issues/444)) ([4235b6c](https://github.com/aws/aws-sdk-js-v3/commit/4235b6c64099c9c36481e5649e1be982490e028c))
### Features
* enable clockSkew correction by default ([#459](https://github.com/aws/aws-sdk-js-v3/issues/459)) ([16eabff](https://github.com/aws/aws-sdk-js-v3/commit/16eabff5968d0554b599aa6293776004a89f2f9b))
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
# 1.0.0-beta.4 (2020-04-27)

@@ -106,0 +212,0 @@

23

package.json
{
"name": "@aws-sdk/middleware-signing",
"version": "1.0.0-gamma.1",
"version": "1.0.0-gamma.2",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
"prepublishOnly": "yarn build:cjs && yarn build:es",
"pretest": "yarn build:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"test": "jest"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./dist/cjs/index.d.ts",
"author": {

@@ -17,12 +20,12 @@ "name": "AWS SDK for JavaScript Team",

"devDependencies": {
"@types/jest": "^25.1.4",
"jest": "^25.1.0",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~3.8.3"
},
"dependencies": {
"@aws-sdk/protocol-http": "1.0.0-gamma.1",
"@aws-sdk/signature-v4": "1.0.0-gamma.1",
"@aws-sdk/types": "1.0.0-gamma.1",
"@aws-sdk/protocol-http": "1.0.0-gamma.2",
"@aws-sdk/signature-v4": "1.0.0-gamma.2",
"@aws-sdk/types": "1.0.0-gamma.2",
"tslib": "^1.8.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