Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-signing

Package Overview
Dependencies
Maintainers
5
Versions
189
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 3.378.0 to 3.379.1

9

dist-types/awsAuthConfiguration.d.ts
import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
import { AuthScheme, AwsCredentialIdentity, ChecksumConstructor, HashConstructor, Logger, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types";
/**
* @public
*/
export interface AwsAuthInputConfig {

@@ -28,6 +31,10 @@ /**

* regular SignatureV4 constructor will be used.
* @private
*
* @internal
*/
signerConstructor?: new (options: SignatureV4Init & SignatureV4CryptoInit) => RequestSigner;
}
/**
* @public
*/
export interface SigV4AuthInputConfig {

@@ -34,0 +41,0 @@ /**

5

package.json
{
"name": "@aws-sdk/middleware-signing",
"version": "3.378.0",
"version": "3.379.1",
"scripts": {

@@ -13,3 +13,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"test": "jest --passWithNoTests",
"test:integration": "jest -c jest.config.integ.js"
"test:integration": "jest -c jest.config.integ.js",
"extract:docs": "api-extractor run --local"
},

@@ -16,0 +17,0 @@ "main": "./dist-cjs/index.js",

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