Socket
Socket
Sign inDemoInstall

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.1.0 to 1.2.0

4

dist/index.js

@@ -9,3 +9,3 @@ "use strict";

}
var _a = new url_1.URL(config.url), host = _a.host, pathname = _a.pathname;
var _a = new url_1.URL(config.url), host = _a.host, pathname = _a.pathname, search = _a.search;
var region;

@@ -15,3 +15,3 @@ var service;

if (options) {
(region = options.region, service = options.service, signQuery = options.signQuery);
(region = options.region, service = options.service);
}

@@ -18,0 +18,0 @@ var signingOptions = {

{
"name": "aws4-axios",
"version": "1.1.0",
"version": "1.2.0",
"description": "Axios request interceptor for signing requests with AWSv4",

@@ -25,3 +25,3 @@ "author": "James Bourne",

"scripts": {
"prepublish": "tsc"
"prepare": "tsc"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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