You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.110.0 to 3.127.0

8

dist-es/moveHeadersToQuery.js

@@ -10,7 +10,7 @@ import { __assign, __values } from "tslib";

for (var _e = __values(Object.keys(headers)), _f = _e.next(); !_f.done; _f = _e.next()) {
var name = _f.value;
var lname = name.toLowerCase();
var name_1 = _f.value;
var lname = name_1.toLowerCase();
if (lname.slice(0, 6) === "x-amz-" && !((_b = options.unhoistableHeaders) === null || _b === void 0 ? void 0 : _b.has(lname))) {
query[name] = headers[name];
delete headers[name];
query[name_1] = headers[name_1];
delete headers[name_1];
}

@@ -17,0 +17,0 @@ }

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

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

"@aws-sdk/is-array-buffer": "3.55.0",
"@aws-sdk/types": "3.110.0",
"@aws-sdk/types": "3.127.0",
"@aws-sdk/util-hex-encoding": "3.109.0",
"@aws-sdk/util-middleware": "3.110.0",
"@aws-sdk/util-middleware": "3.127.0",
"@aws-sdk/util-uri-escape": "3.55.0",

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

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/protocol-http": "3.110.0",
"@aws-sdk/protocol-http": "3.127.0",
"@aws-sdk/util-buffer-from": "3.55.0",

@@ -36,0 +36,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc