@trivikr-test/signature-v4
Advanced tools
Comparing version 3.56.0 to 3.58.0
@@ -10,3 +10,3 @@ "use strict"; | ||
const lname = name.toLowerCase(); | ||
if (lname.substr(0, 6) === "x-amz-" && !((_a = options.unhoistableHeaders) === null || _a === void 0 ? void 0 : _a.has(lname))) { | ||
if (lname.slice(0, 6) === "x-amz-" && !((_a = options.unhoistableHeaders) === null || _a === void 0 ? void 0 : _a.has(lname))) { | ||
query[name] = headers[name]; | ||
@@ -13,0 +13,0 @@ delete headers[name]; |
@@ -161,5 +161,5 @@ "use strict"; | ||
longDate, | ||
shortDate: longDate.substr(0, 8), | ||
shortDate: longDate.slice(0, 8), | ||
}; | ||
}; | ||
const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";"); |
@@ -12,3 +12,3 @@ import { __assign, __values } from "tslib"; | ||
var lname = name.toLowerCase(); | ||
if (lname.substr(0, 6) === "x-amz-" && !((_b = options.unhoistableHeaders) === null || _b === void 0 ? void 0 : _b.has(lname))) { | ||
if (lname.slice(0, 6) === "x-amz-" && !((_b = options.unhoistableHeaders) === null || _b === void 0 ? void 0 : _b.has(lname))) { | ||
query[name] = headers[name]; | ||
@@ -15,0 +15,0 @@ delete headers[name]; |
@@ -291,5 +291,5 @@ import { __awaiter, __generator, __values } from "tslib"; | ||
longDate: longDate, | ||
shortDate: longDate.substr(0, 8), | ||
shortDate: longDate.slice(0, 8), | ||
}; | ||
}; | ||
var getCanonicalHeaderList = function (headers) { return Object.keys(headers).sort().join(";"); }; |
{ | ||
"name": "@trivikr-test/signature-v4", | ||
"version": "3.56.0", | ||
"version": "3.58.0", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
@@ -25,3 +25,3 @@ "main": "./dist-cjs/index.js", | ||
"@trivikr-test/types": "3.55.0", | ||
"@trivikr-test/util-hex-encoding": "3.55.0", | ||
"@trivikr-test/util-hex-encoding": "3.58.0", | ||
"@trivikr-test/util-middleware": "3.55.0", | ||
@@ -33,3 +33,3 @@ "@trivikr-test/util-uri-escape": "3.55.0", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@trivikr-test/protocol-http": "3.55.0", | ||
"@trivikr-test/protocol-http": "3.58.0", | ||
"@trivikr-test/util-buffer-from": "3.55.0", | ||
@@ -36,0 +36,0 @@ "@tsconfig/recommended": "1.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113925
+ Added@trivikr-test/util-hex-encoding@3.58.0(transitive)
- Removed@trivikr-test/util-hex-encoding@3.55.0(transitive)