aws4-axios
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3065
0