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

aws4-axios

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws4-axios - npm Package Compare versions

Comparing version 1.12.0 to 2.0.0

.github/workflows/build.yml

3

dist/interceptor.js

@@ -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",

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