Comparing version 7.1.1 to 7.1.2
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19207
16
+ Added@buzuli/json@2.2.0(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@14.2.317.7.2(transitive)
+ Addedyargs-parser@15.0.321.1.1(transitive)
- Removed@buzuli/json@1.3.0(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
Updated@buzuli/color@^2.2.2
Updated@buzuli/http@^1.0.2
Updated@buzuli/json@^2.0.2
Updatedyargs@^14.0.0