Gathering detailed insights and metrics for aws-signed-axios
Gathering detailed insights and metrics for aws-signed-axios
Gathering detailed insights and metrics for aws-signed-axios
Gathering detailed insights and metrics for aws-signed-axios
npm install aws-signed-axios
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
7 Stars
15 Commits
2 Forks
2 Watching
6 Branches
2 Contributors
Updated on 12 Mar 2021
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-84%
4
Compared to previous day
Last week
97.3%
73
Compared to previous week
Last month
-0.4%
233
Compared to previous month
Last year
-49.8%
3,503
Compared to previous year
Make HTTP requests with an AWSv4 signature. This library wraps https://github.com/axios/axios and signs requests using aws4.
In its current form, this module wraps the axios request()
function when a URL is provided. Contributions are welcome for other features.
npm install --save aws-signed-axios
const signedRequest = require('aws-signed-axios')
const response = signedAxios({
method: 'GET',
url
}).then(response => ...)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More