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 3.1.18 to 3.2.0

2

dist/index.d.ts

@@ -8,3 +8,3 @@ import { aws4Interceptor, Credentials, InterceptorOptions } from "./interceptor";

export declare const interceptor: <D = any>({ instance, credentials, options, }: {
instance: import("axios").AxiosInstance;
instance?: import("axios").AxiosInstance | undefined;
options?: InterceptorOptions | undefined;

@@ -11,0 +11,0 @@ credentials?: CredentialsProvider | Credentials | undefined;

@@ -58,5 +58,5 @@ import { AxiosInstance, AxiosRequestHeaders, InternalAxiosRequestConfig, Method } from "axios";

export declare const aws4Interceptor: <D = any>({ instance, credentials, options, }: {
instance: AxiosInstance;
instance?: AxiosInstance | undefined;
options?: InterceptorOptions | undefined;
credentials?: CredentialsProvider | Credentials | undefined;
}) => (config: InternalAxiosRequestConfig<D>) => Promise<InternalAxiosRequestConfig<D>>;
{
"name": "aws4-axios",
"version": "3.1.18",
"version": "3.2.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