New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10.1 to 1.10.2

2

package.json
{
"name": "aqui",
"version": "1.10.1",
"version": "1.10.2",
"description": "Simple CLI HTTP utilities",

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

@@ -14,4 +14,6 @@ # aquí

## Example
## Examples
HTTP GET requet
```shell

@@ -28,4 +30,5 @@ $ aqui get http://httpbin.org/get?agent=aqui -h bearer:none

"Host": "httpbin.org",
"User-Agent": "aqui/1.4.0"
"User-Agent": "aqui/1.10.1"
},
"origin": "152.234.163.335",
"url": "http://httpbin.org/get?agent=aqui"

@@ -37,15 +40,40 @@ }

connection : close
content-length : 300
content-length : 299
content-type : application/json
date : Tue, 06 Feb 2018 07:06:23 GMT
date : Tue, 20 Mar 2018 22:27:24 GMT
server : meinheld/0.6.1
via : 1.1 vegur
x-powered-by : Flask
x-processed-time : 0.000999927520752
x-processed-time : 0
GET http://httpbin.org/get?agent=aqui
[200] OK (199.412 ms)
Accept : application/json, text/plain, */*
Connection : close
Host : httpbin.org
User-Agent : aqui/1.10.1
bearer : none
[200] OK (295.778 ms)
```
Geo IP query
```shell
$ aqui ip -gJ
{
"ip": "152.234.163.335",
"country_code": "US",
"country_name": "United States",
"region_code": "OR",
"region_name": "Oregon",
"city": "Boardman",
"zip_code": "97818",
"time_zone": "America/Los_Angeles",
"latitude": 45.7788,
"longitude": -119.529,
"metro_code": 810
}
```
## Usage

@@ -52,0 +80,0 @@ ```

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