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.3 to 1.0.4

2

dist/index.d.ts

@@ -6,3 +6,3 @@ import { AxiosRequestConfig } from "axios";

}
export declare const interceptor: (options?: InterceptorOptions) => (config: AxiosRequestConfig) => AxiosRequestConfig;
export declare const interceptor: (options?: InterceptorOptions | undefined) => (config: AxiosRequestConfig) => AxiosRequestConfig;
export {};
{
"name": "aws4-axios",
"version": "1.0.3",
"version": "1.0.4",
"description": "Axios request interceptor for signing requests with AWSv4",

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

"license": "MIT",
"homepage": "https://github.com/jamesmbourne/project#readme",
"homepage": "https://github.com/jamesmbourne/aws4-axios",
"bugs": {
"url": "https://github.com/axios/axios/issues"
"url": "https://github.com/jamesmbourne/aws4-axios/issues"
},

@@ -16,0 +16,0 @@ "keywords": [

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