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 7.1.1 to 7.1.2

2

commands/ip.js

@@ -123,3 +123,3 @@ module.exports = {

console.error(error)
console.error(red(emoji.inject(`Error checking IP address. Details above :point_up: `)))
console.error(red(emoji.inject('Error checking IP address. Details above :point_up: ')))
process.exit(1)

@@ -126,0 +126,0 @@ }

@@ -33,3 +33,3 @@ module.exports = {

console.log(`HTTP Status Codes`)
console.log('HTTP Status Codes')

@@ -36,0 +36,0 @@ h.status.codes()

@@ -55,3 +55,3 @@ module.exports = {

let auth = (username || password) ? { username, password } : undefined
const auth = (username || password) ? { username, password } : undefined

@@ -58,0 +58,0 @@ // Only require modules if we have valid options

{
"name": "aqui",
"version": "7.1.1",
"version": "7.1.2",
"description": "Simple CLI HTTP utilities",

@@ -21,16 +21,16 @@ "repository": "github:joeledwards/node-aqui",

"dependencies": {
"@buzuli/color": "^2.1.0",
"@buzuli/color": "^2.2.2",
"@buzuli/hexdump": "^1.1.0",
"@buzuli/http": "^1.0.1",
"@buzuli/json": "^1.3.0",
"@buzuli/http": "^1.0.2",
"@buzuli/json": "^2.0.2",
"axios": "^0.19.0",
"durations": "^3.4.1",
"ramda": "^0.26.1",
"yargs": "^13.2.4"
"yargs": "^14.0.0"
},
"devDependencies": {
"express": "^4.17.1",
"standard": "^12.0.1",
"tap": "^14.2.4"
"standard": "^14.3.1",
"tap": "^14.6.4"
}
}
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