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.0.7 to 1.1.0

1

dist/index.d.ts

@@ -5,4 +5,5 @@ import { AxiosRequestConfig } from "axios";

region?: string;
signQuery?: boolean;
}
export declare const interceptor: (options?: InterceptorOptions | undefined) => (config: AxiosRequestConfig) => AxiosRequestConfig;
export {};

6

dist/index.js

@@ -12,4 +12,5 @@ "use strict";

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

@@ -21,3 +22,4 @@ var signingOptions = {

region: region,
service: service
service: service,
signQuery: signQuery
};

@@ -24,0 +26,0 @@ aws4_1.sign(signingOptions);

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

@@ -5,0 +5,0 @@ "author": "James Bourne",

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