rdapper 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +6 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -861,8 +861,10 @@ function normalizeWhois(domain, tld, whoisText, whoisServer, includeRaw = false)
861
861
  "domain create date",
862
862
  "created",
863
863
  "registered",
864
+ "domain name commencement date",
864
865
  "registration time",
865
- "domain record activated"
866
+ "domain record activated",
867
+ "assigned"
866
868
  ]);
867
869
  const updatedDate = anyValue(map, [
868
870
  "updated date",
@@ -887,7 +889,9 @@ function normalizeWhois(domain, tld, whoisText, whoisServer, includeRaw = false)
887
889
  "paid-till",
888
890
  "expires on",
889
891
  "expires",
890
- "renewal date"
892
+ "expire",
893
+ "renewal date",
894
+ "validity"
891
895
  ]);
892
896
  const registrar = (() => {
893
897
  const name = anyValue(map, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rdapper",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "license": "MIT",
5
5
  "description": "🎩 RDAP/WHOIS fetcher, parser, and normalizer for Node",
6
6
  "repository": {