From 263b7fd20210d4b051cfd00963af48de7b7a1062 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 25 Jul 2019 16:01:55 +0200 Subject: [PATCH] Updated - readme & version no --- README.md | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c98e8b..49adbd7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # 🌍 Whoiser -**whoiser** is a WHOIS client for Node.js than helps with querying WHOIS servers for TLDs, domain names and IPs. +**whoiser** is a WHOIS client for Node.js than helps with querying WHOIS servers for TLDs, domain names, AS numbers and IPs. -Has support for auto-discovering WHOIS servers for TLDs and IPs allocators, making it easy to get WHOIS info with a single call like `whoiser('google.com')` or `whoiser('1.1.1.1')`. +Has support for auto-discovery WHOIS servers for TLDs and IPs allocators, making it easy to get WHOIS info with a single call like `whoiser('google.com')` or `whoiser('1.1.1.1')`. Applies minimal parsing to results, returning same data format from different WHOIS servers. ## Highlights -* Returns WHOIS info for any internet address. -* Zero-config, but configurable when needed. +* Returns WHOIS info for any internet address +* Requires zero config, but configurable when needed * Recognises queries and routes the request to correct server * Minimal parsing to provide consistent results across WHOIS servers * Uses WHOIS servers from IANA, if not provided -* Discover available TLDs +* Discover all available TLDs ## Roadmap Aiming to have these features: diff --git a/package-lock.json b/package-lock.json index 5123809..43d00b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "whoiser", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f391226..a3f7390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whoiser", - "version": "1.3.1", + "version": "1.4.0", "description": "Whois info for TLDs, domains and IPs", "keywords": [ "whois",