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.170.0 to 3.171.0

1

dist-types/ts3.4/cloneRequest.d.ts
import { HttpRequest, QueryParameterBag } from "@aws-sdk/types";
export declare const cloneRequest: ({

@@ -4,0 +3,0 @@ headers,

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

@@ -8,3 +7,2 @@ shortDate: string,

) => string;
export declare const getSigningKey: (

@@ -17,3 +15,2 @@ sha256Constructor: HashConstructor,

) => Promise<Uint8Array>;
export declare const clearCredentialCache: () => void;
import { HeaderBag, HttpRequest } from "@aws-sdk/types";
export declare const getCanonicalHeaders: (

@@ -4,0 +3,0 @@ { headers }: HttpRequest,

import { HttpRequest } from "@aws-sdk/types";
export declare const getCanonicalQuery: ({ query }: HttpRequest) => string;
import { HashConstructor, HttpRequest } from "@aws-sdk/types";
export declare const getPayloadHash: (

@@ -4,0 +3,0 @@ { headers, body }: HttpRequest,

import { HttpRequest, QueryParameterBag } from "@aws-sdk/types";
export declare const moveHeadersToQuery: (

@@ -4,0 +3,0 @@ request: HttpRequest,

import { HttpRequest } from "@aws-sdk/types";
export declare const prepareRequest: (request: HttpRequest) => HttpRequest;

@@ -18,11 +18,6 @@ import {

service: string;
region: string | Provider<string>;
credentials: Credentials | Provider<Credentials>;
sha256?: HashConstructor;
uriEscapePath?: boolean;
applyChecksum?: boolean;

@@ -29,0 +24,0 @@ }

8

package.json
{
"name": "@aws-sdk/signature-v4",
"version": "3.170.0",
"version": "3.171.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.170.0",
"@aws-sdk/types": "3.170.0",
"@aws-sdk/types": "3.171.0",
"@aws-sdk/util-hex-encoding": "3.170.0",
"@aws-sdk/util-middleware": "3.170.0",
"@aws-sdk/util-middleware": "3.171.0",
"@aws-sdk/util-uri-escape": "3.170.0",

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

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/protocol-http": "3.170.0",
"@aws-sdk/protocol-http": "3.171.0",
"@aws-sdk/util-buffer-from": "3.170.0",

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

Sorry, the diff of this file is too big to display

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