port-numbers 8.0.22 → 8.0.24

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/index.json +16 -8
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -16,20 +16,20 @@
16
16
  "TCP Port Service Multiplexer"
17
17
  ],
18
18
  "2/tcp": [
19
- "compressnet",
20
- "Management Utility"
19
+ "",
20
+ "Reserved"
21
21
  ],
22
22
  "2/udp": [
23
- "compressnet",
24
- "Management Utility"
23
+ "",
24
+ "Reserved"
25
25
  ],
26
26
  "3/tcp": [
27
- "compressnet",
28
- "Compression Process"
27
+ "",
28
+ "Reserved"
29
29
  ],
30
30
  "3/udp": [
31
- "compressnet",
32
- "Compression Process"
31
+ "",
32
+ "Reserved"
33
33
  ],
34
34
  "4/tcp": [
35
35
  "",
@@ -48963,6 +48963,14 @@
48963
48963
  "invision-ag",
48964
48964
  "InVision AG"
48965
48965
  ],
48966
+ "45185/tcp": [
48967
+ "witsnet",
48968
+ "Wire and Wireless transfer on synchroniz"
48969
+ ],
48970
+ "45185/udp": [
48971
+ "witsnet",
48972
+ "Wire and Wireless transfer on synchroniz"
48973
+ ],
48966
48974
  "45514/tcp": [
48967
48975
  "cloudcheck",
48968
48976
  "ASSIA CloudCheck WiFi Management System"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.22",
3
+ "version": "8.0.24",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {