aws4-axios
Advanced tools
Comparing version 1.12.0 to 2.0.0
@@ -31,3 +31,2 @@ "use strict"; | ||
var isAbsoluteURL_1 = __importDefault(require("axios/lib/helpers/isAbsoluteURL")); | ||
var url_1 = require("url"); | ||
/** | ||
@@ -52,3 +51,3 @@ * Create an interceptor to add to the Axios request chain. This interceptor | ||
} | ||
var _a = new url_1.URL(url), host = _a.host, pathname = _a.pathname, search = _a.search; | ||
var _a = new URL(url), host = _a.host, pathname = _a.pathname, search = _a.search; | ||
var data = config.data, headers = config.headers, method = config.method; | ||
@@ -55,0 +54,0 @@ var region; |
{ | ||
"name": "aws4-axios", | ||
"version": "1.12.0", | ||
"version": "2.0.0", | ||
"description": "Axios request interceptor for signing requests with AWSv4", | ||
@@ -30,3 +30,3 @@ "author": "James Bourne", | ||
"scripts": { | ||
"prepare": "tsc", | ||
"build": "tsc", | ||
"test": "jest", | ||
@@ -33,0 +33,0 @@ "test-ci": "jest --config jest.config.ci.js", |
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
35643
22
739