netprober 1.2.1 → 1.4.0

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.
package/images/1.png CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "netprober",
3
- "version": "1.2.1",
3
+ "version": "1.4.0",
4
4
  "author": "maanimis",
5
- "description": "Async host/IP prober DNS resolution, port 443, ping, curl",
5
+ "description": "Concurrent Host/IP Prober with custom DNS resolution, port scanning, ping and curl support",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "scripts": {
@@ -20,7 +20,8 @@
20
20
  },
21
21
  "files": [
22
22
  "dist",
23
- "images"
23
+ "images",
24
+ "LICENSE"
24
25
  ],
25
26
  "repository": {
26
27
  "type": "git",