Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aqui

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aqui - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "aqui",
"version": "1.3.0",
"version": "1.3.1",
"description": "Simple CLI HTTP client",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,5 +7,2 @@ # aquí

You can either perform a global install of aqui, or use npx to run it.
Install:
```shell

@@ -15,19 +12,35 @@ $ npm i -g aqui

Run via npx:
## Example
```shell
$ npx aqui get http://httpbin.org/status/200
$ 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": "axios/0.17.1"
},
"origin": "71.39.37.51",
"url": "http://httpbin.org/get?agent=aqui"
}
access-control-allow-credentials : true
access-control-allow-origin : *
connection : close
content-length : 0
content-type : text/html; charset=utf-8
date : Tue, 06 Feb 2018 04:02:09 GMT
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.000792026519775
x-processed-time : 0.000999927520752
GET http://httpbin.org/status/200
GET http://httpbin.org/get?agent=aqui
[200] OK
[200] OK (199.412 ms)
```
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