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

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

Comparing version 3.127.0 to 3.128.0

3

dist-cjs/getCanonicalHeaders.js

@@ -8,2 +8,5 @@ "use strict";

for (const headerName of Object.keys(headers).sort()) {
if (!headers[headerName]) {
continue;
}
const canonicalHeaderName = headerName.toLowerCase();

@@ -10,0 +13,0 @@ if (canonicalHeaderName in constants_1.ALWAYS_UNSIGNABLE_HEADERS ||

@@ -10,2 +10,5 @@ import { __values } from "tslib";

var headerName = _d.value;
if (!headers[headerName]) {
continue;
}
var canonicalHeaderName = headerName.toLowerCase();

@@ -12,0 +15,0 @@ if (canonicalHeaderName in ALWAYS_UNSIGNABLE_HEADERS ||

2

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

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

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