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.128.0 to 3.130.0

2

dist-cjs/getCanonicalHeaders.js

@@ -8,3 +8,3 @@ "use strict";

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

@@ -11,0 +11,0 @@ }

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

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

@@ -13,0 +13,0 @@ }

{
"name": "@aws-sdk/signature-v4",
"version": "3.128.0",
"version": "3.130.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc