ip-info-finder
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -127,7 +127,2 @@ const translate = require("@vitalets/google-translate-api"); | ||
return res['results']; | ||
} | ||
(async () => { | ||
const data = await this.getIPInfo('28.106.238.158'); | ||
console.log(data); | ||
})() | ||
} |
{ | ||
"name": "ip-info-finder", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A package for analyzing IP addresses and retrieving valuable information, such as physical address, country of registration, WHOIS data, and weather information.", | ||
@@ -55,2 +55,2 @@ "main": "index.js", | ||
] | ||
} | ||
} |
130692
4075