aws4-axios
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -38,8 +38,6 @@ "use strict"; | ||
}; | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
for (var r = Array(s), k = 0, i = 0; i < il; i++) | ||
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) | ||
r[k] = a[j]; | ||
return r; | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from) { | ||
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) | ||
to[j] = from[i]; | ||
return to; | ||
}; | ||
@@ -95,3 +93,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) { | ||
describe("check that API is actually protected", function () { | ||
it.each(__spreadArrays(methods, dataMethods))("checks that HTTP %s is protected", function (method) { return __awaiter(void 0, void 0, void 0, function () { | ||
it.each(__spreadArray(__spreadArray([], methods), dataMethods))("checks that HTTP %s is protected", function (method) { return __awaiter(void 0, void 0, void 0, function () { | ||
return __generator(this, function (_a) { | ||
@@ -353,3 +351,3 @@ switch (_a.label) { | ||
}); | ||
it.each(__spreadArrays(methods, dataMethods))("signs HTTP %s request with assumed role credentials", function (method) { return __awaiter(void 0, void 0, void 0, function () { | ||
it.each(__spreadArray(__spreadArray([], methods), dataMethods))("signs HTTP %s request with assumed role credentials", function (method) { return __awaiter(void 0, void 0, void 0, function () { | ||
var error, result, err_8; | ||
@@ -356,0 +354,0 @@ return __generator(this, function (_a) { |
{ | ||
"name": "aws4-axios", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Axios request interceptor for signing requests with AWSv4", | ||
@@ -5,0 +5,0 @@ "author": "James Bourne", |
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
94112
1769