port-numbers 8.0.9 → 8.0.10

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 +4 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -22776,12 +22776,12 @@
22776
22776
  "Indura Collector"
22777
22777
  ],
22778
22778
  "3157/tcp": [
22779
- "e3consultants",
22780
- "CCC Listener Port"
22779
+ "lsa-comm",
22780
+ "LSA Communicator"
22781
22781
  ],
22782
22782
  "3157/udp": [
22783
- "e3consultants",
22784
- "CCC Listener Port"
22783
+ "lsa-comm",
22784
+ "LSA Communicator"
22785
22785
  ],
22786
22786
  "3158/tcp": [
22787
22787
  "stvp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.9",
3
+ "version": "8.0.10",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {