Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/signature-v4 - npm Package Compare versions

Comparing version 3.212.0 to 3.215.0

4

dist-types/credentialDerivation.d.ts

@@ -1,2 +0,2 @@

import { Credentials, HashConstructor } from "@aws-sdk/types";
import { AwsCredentialIdentity, HashConstructor } from "@aws-sdk/types";
/**

@@ -22,3 +22,3 @@ * Create a string describing the scope of credentials used to sign a request.

*/
export declare const getSigningKey: (sha256Constructor: HashConstructor, credentials: Credentials, shortDate: string, region: string, service: string) => Promise<Uint8Array>;
export declare const getSigningKey: (sha256Constructor: HashConstructor, credentials: AwsCredentialIdentity, shortDate: string, region: string, service: string) => Promise<Uint8Array>;
/**

@@ -25,0 +25,0 @@ * @internal

@@ -1,2 +0,2 @@

import { Credentials, EventSigner, EventSigningArguments, FormattedEvent, HashConstructor, HttpRequest, Provider, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, SigningArguments, StringSigner } from "@aws-sdk/types";
import { AwsCredentialIdentity, EventSigner, EventSigningArguments, FormattedEvent, HashConstructor, HttpRequest, Provider, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, SigningArguments, StringSigner } from "@aws-sdk/types";
export interface SignatureV4Init {

@@ -16,3 +16,3 @@ /**

*/
credentials: Credentials | Provider<Credentials>;
credentials: AwsCredentialIdentity | Provider<AwsCredentialIdentity>;
/**

@@ -19,0 +19,0 @@ * A constructor function for a hash object that will calculate SHA-256 HMAC

@@ -1,2 +0,2 @@

import { Credentials, HashConstructor } from "@aws-sdk/types";
import { AwsCredentialIdentity, HashConstructor } from "@aws-sdk/types";
export declare const createScope: (

@@ -9,3 +9,3 @@ shortDate: string,

sha256Constructor: HashConstructor,
credentials: Credentials,
credentials: AwsCredentialIdentity,
shortDate: string,

@@ -12,0 +12,0 @@ region: string,

import {
Credentials,
AwsCredentialIdentity,
EventSigner,

@@ -19,3 +19,3 @@ EventSigningArguments,

region: string | Provider<string>;
credentials: Credentials | Provider<Credentials>;
credentials: AwsCredentialIdentity | Provider<AwsCredentialIdentity>;
sha256?: HashConstructor;

@@ -22,0 +22,0 @@ uriEscapePath?: boolean;

{
"name": "@aws-sdk/signature-v4",
"version": "3.212.0",
"version": "3.215.0",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",

@@ -25,5 +25,5 @@ "main": "./dist-cjs/index.js",

"@aws-sdk/is-array-buffer": "3.201.0",
"@aws-sdk/types": "3.212.0",
"@aws-sdk/types": "3.215.0",
"@aws-sdk/util-hex-encoding": "3.201.0",
"@aws-sdk/util-middleware": "3.212.0",
"@aws-sdk/util-middleware": "3.215.0",
"@aws-sdk/util-uri-escape": "3.201.0",

@@ -34,3 +34,3 @@ "tslib": "^2.3.1"

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/protocol-http": "3.212.0",
"@aws-sdk/protocol-http": "3.215.0",
"@aws-sdk/util-buffer-from": "3.208.0",

@@ -37,0 +37,0 @@ "@tsconfig/recommended": "1.0.1",

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