domainstat 1.0.7 → 1.0.8

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/package.json +1 -1
  2. package/TODO.txt +0 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domainstat",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Extremely fast domain status checker library using DoH, RDAP and WHOIS API.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/TODO.txt DELETED
@@ -1,22 +0,0 @@
1
-
2
- - change esbuild platform to 'neutral'
3
- - use `tsc` to generate declarations for typescript imports in other projecgts
4
- - use checkSerial for domain.length <= 5 (defer till after post)
5
- - link to a registrar for purchasing the domains.
6
- - enable users to select the TLDs they want to see.
7
- - implement query to domains, a js function that takes a string and outputs a list of domains // this is the search library with a containedDomain strategy
8
- - integrate the CLI change
9
- - post about it on reddit
10
- - Determine value proposition ->
11
-
12
- Why Open Source
13
- - No one would actually "pay" for it. Registrars already have a status checker, speed + potential mismatch of status determine would make for a very hard sell.
14
- - I'm not paying for domainr for example.
15
- - Charging requires significant infra work that would not be compensated for.
16
- - From tests, the determination for several of the domains is still approximate, which is tough case to make to a registrar.
17
- - Selling to end users is hard, they have plenty of free alternatives.
18
-
19
- How to make money off of it?
20
- - Grow its usage, link the "available" now to ngdomain.ng for purchase.
21
- - Ad placements
22
- - Write articles about it.