Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Simple CLI HTTP tools aimed at maximum human friendliness.
$ npm i -g aqui
$ aqui get http://httpbin.org/get?agent=aqui -h bearer:none
{
"args": {
"agent": "aqui"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Bearer": "none",
"Connection": "close",
"Host": "httpbin.org",
"User-Agent": "aqui/1.4.0"
},
"url": "http://httpbin.org/get?agent=aqui"
}
access-control-allow-credentials : true
access-control-allow-origin : *
connection : close
content-length : 300
content-type : application/json
date : Tue, 06 Feb 2018 07:06:23 GMT
server : meinheld/0.6.1
via : 1.1 vegur
x-powered-by : Flask
x-processed-time : 0.000999927520752
GET http://httpbin.org/get?agent=aqui
[200] OK (199.412 ms)
$ aqui --help
aqui <command>
Commands:
aqui get <url> simple http GET against a URL
aqui head <url> simple http HEAD against a URL
aqui ip Fetch public IP info for this caller
aqui options <url> simple http OPTIONS against a URL
Options:
--version Show version number [boolean]
--help Show help [boolean]
FAQs
Simple CLI HTTP utilities
The npm package aqui receives a total of 4 weekly downloads. As such, aqui popularity was classified as not popular.
We found that aqui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.