@dkvz/iplookup-cli
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
'ISO': city.country.isoCode, | ||
'Registered Ctry': city.registeredCountry.names.en, | ||
'Registered Ctry': city.registeredCountry && city.registeredCountry.names.en, | ||
} | ||
@@ -31,0 +31,0 @@ } else { |
{ | ||
"name": "@dkvz/iplookup-cli", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Queries IP location databases and shows info on the owner and their IP ranges", | ||
@@ -5,0 +5,0 @@ "main": "iplookup.js", |
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
4684