port-numbers 8.0.19 → 8.0.20

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 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -37079,6 +37079,18 @@
37079
37079
  "ads-c",
37080
37080
  "Automatic Dependent Surveillance"
37081
37081
  ],
37082
+ "5914/tcp": [
37083
+ "ipsdtls",
37084
+ "Security for Internet Protocol Suite"
37085
+ ],
37086
+ "5914/udp": [
37087
+ "ipsdtls",
37088
+ "Security for Internet Protocol Suite"
37089
+ ],
37090
+ "5914/sctp": [
37091
+ "ipsdtls",
37092
+ "Security for Internet Protocol Suite"
37093
+ ],
37082
37094
  "5963/tcp": [
37083
37095
  "indy",
37084
37096
  "Indy Application Server"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.19",
3
+ "version": "8.0.20",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {