Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
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 8 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.