aws4-axios
Advanced tools
Comparing version 1.0.6 to 1.0.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var aws4_1 = require("aws4"); | ||
var url_1 = require("url"); | ||
exports.interceptor = function (options) { return function (config) { | ||
@@ -8,3 +9,3 @@ if (!config.url) { | ||
} | ||
var _a = new URL(config.url), host = _a.host, pathname = _a.pathname; | ||
var _a = new url_1.URL(config.url), host = _a.host, pathname = _a.pathname; | ||
var region; | ||
@@ -11,0 +12,0 @@ var service; |
{ | ||
"name": "aws4-axios", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Axios request interceptor for signing requests with AWSv4", | ||
@@ -28,2 +28,3 @@ "author": "James Bourne", | ||
"devDependencies": { | ||
"@types/node": "^12.0.4", | ||
"typescript": "^3.5.1" | ||
@@ -30,0 +31,0 @@ }, |
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
3386
32
2