port-numbers 8.0.21 → 8.0.23

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 +12 -12
  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
  "",
@@ -23792,11 +23792,11 @@
23792
23792
  "Datusorb"
23793
23793
  ],
23794
23794
  "3283/tcp": [
23795
- "Apple Remote Desktop (Net Assistant)",
23795
+ "net-assistant",
23796
23796
  "Net Assistant"
23797
23797
  ],
23798
23798
  "3283/udp": [
23799
- "Apple Remote Desktop (Net Assistant)",
23799
+ "net-assistant",
23800
23800
  "Net Assistant"
23801
23801
  ],
23802
23802
  "3284/tcp": [
@@ -26868,11 +26868,11 @@
26868
26868
  "DataGuardianLT"
26869
26869
  ],
26870
26870
  "3679/tcp": [
26871
- "Escale (Newton Dock)",
26871
+ "newton-dock",
26872
26872
  "Newton Dock"
26873
26873
  ],
26874
26874
  "3679/udp": [
26875
- "Escale (Newton Dock)",
26875
+ "newton-dock",
26876
26876
  "Newton Dock"
26877
26877
  ],
26878
26878
  "3680/tcp": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.21",
3
+ "version": "8.0.23",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {