port-numbers 8.0.8 → 8.0.9

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 +8 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -47355,6 +47355,14 @@
47355
47355
  "icl-twobase10",
47356
47356
  "icl-twobase10"
47357
47357
  ],
47358
+ "25100/tcp": [
47359
+ "db2c-tls",
47360
+ "IBM Db2 Client Interface - Encrypted"
47361
+ ],
47362
+ "25100/udp": [
47363
+ "",
47364
+ "Reserved"
47365
+ ],
47358
47366
  "25471/sctp": [
47359
47367
  "rna",
47360
47368
  "RNSAP User Adaptation for Iurh"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.8",
3
+ "version": "8.0.9",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {