Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/signature-v4

Package Overview
Dependencies
Maintainers
7
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.37.0 to 3.38.0

4

dist-cjs/index.js

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

const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./credentialDerivation"), exports);
tslib_1.__exportStar(require("./SignatureV4"), exports);
var getCanonicalHeaders_1 = require("./getCanonicalHeaders");

@@ -20,2 +20,2 @@ Object.defineProperty(exports, "getCanonicalHeaders", { enumerable: true, get: function () { return getCanonicalHeaders_1.getCanonicalHeaders; } });

Object.defineProperty(exports, "normalizeRegionProvider", { enumerable: true, get: function () { return normalizeProvider_1.normalizeRegionProvider; } });
tslib_1.__exportStar(require("./SignatureV4"), exports);
tslib_1.__exportStar(require("./credentialDerivation"), exports);

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

export * from "./credentialDerivation";
export * from "./SignatureV4";
export { getCanonicalHeaders } from "./getCanonicalHeaders";

@@ -8,2 +8,2 @@ export { getCanonicalQuery } from "./getCanonicalQuery";

export { normalizeCredentialsProvider, normalizeRegionProvider } from "./normalizeProvider";
export * from "./SignatureV4";
export * from "./credentialDerivation";

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

export * from "./credentialDerivation";
export * from "./SignatureV4";
export { getCanonicalHeaders } from "./getCanonicalHeaders";

@@ -8,2 +8,2 @@ export { getCanonicalQuery } from "./getCanonicalQuery";

export { normalizeCredentialsProvider, normalizeRegionProvider } from "./normalizeProvider";
export * from "./SignatureV4";
export * from "./credentialDerivation";

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

export * from "./credentialDerivation";
export * from "./SignatureV4";
export { getCanonicalHeaders } from "./getCanonicalHeaders";

@@ -8,2 +8,2 @@ export { getCanonicalQuery } from "./getCanonicalQuery";

export { normalizeCredentialsProvider, normalizeRegionProvider } from "./normalizeProvider";
export * from "./SignatureV4";
export * from "./credentialDerivation";
{
"name": "@aws-sdk/signature-v4",
"version": "3.37.0",
"version": "3.38.0",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",

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

"@aws-sdk/is-array-buffer": "3.37.0",
"@aws-sdk/types": "3.37.0",
"@aws-sdk/types": "3.38.0",
"@aws-sdk/util-hex-encoding": "3.37.0",

@@ -32,3 +32,3 @@ "@aws-sdk/util-uri-escape": "3.37.0",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/protocol-http": "3.37.0",
"@aws-sdk/protocol-http": "3.38.0",
"@aws-sdk/util-buffer-from": "3.37.0",

@@ -35,0 +35,0 @@ "@types/jest": "^26.0.4",

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