port-numbers 8.0.3 → 8.0.8

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 +26 -10
  2. package/package.json +12 -9
package/index.json CHANGED
@@ -2292,12 +2292,12 @@
2292
2292
  "Shrinkwrap"
2293
2293
  ],
2294
2294
  "359/tcp": [
2295
- "nsrmp",
2296
- "Network Security Risk Management Protocol"
2295
+ "",
2296
+ "Reserved"
2297
2297
  ],
2298
2298
  "359/udp": [
2299
- "nsrmp",
2300
- "Network Security Risk Management Protocol"
2299
+ "",
2300
+ "Reserved"
2301
2301
  ],
2302
2302
  "360/tcp": [
2303
2303
  "scoi2odialog",
@@ -5625,7 +5625,7 @@
5625
5625
  ],
5626
5626
  "914/udp": [
5627
5627
  "rift-lies",
5628
- "Routing in Fat Trees Link Information Elements (TEMPORARY - registered 2023-02-17, expires 2024-02-17)"
5628
+ "Routing in Fat Trees Link Information Elements (TEMPORARY - registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17)"
5629
5629
  ],
5630
5630
  "915/tcp": [
5631
5631
  "",
@@ -5633,7 +5633,7 @@
5633
5633
  ],
5634
5634
  "915/udp": [
5635
5635
  "rift-ties",
5636
- "Routing in Fat Trees Topology Information Elements (TEMPORARY - registered 2023-02-17, expires 2024-02-17)"
5636
+ "Routing in Fat Trees Topology Information Elements (TEMPORARY - registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17)"
5637
5637
  ],
5638
5638
  "953/tcp": [
5639
5639
  "rndc",
@@ -35923,6 +35923,14 @@
35923
35923
  "matter",
35924
35924
  "Matter Operational Discovery and Communi"
35925
35925
  ],
35926
+ "5543/tcp": [
35927
+ "qftest-licserve",
35928
+ "QF-Test License Server"
35929
+ ],
35930
+ "5543/udp": [
35931
+ "",
35932
+ "Reserved"
35933
+ ],
35926
35934
  "5550/tcp": [
35927
35935
  "cbus",
35928
35936
  "Model Railway control using the CBUS message protocol"
@@ -41312,8 +41320,8 @@
41312
41320
  "Gadu-Gadu"
41313
41321
  ],
41314
41322
  "8077/tcp": [
41315
- "mles",
41316
- "Mles is a client-server data distribution protocol targeted to serve as a lightweight and reliable distributed publish/subscribe database service."
41323
+ "",
41324
+ "Reserved"
41317
41325
  ],
41318
41326
  "8077/udp": [
41319
41327
  "",
@@ -42283,6 +42291,14 @@
42283
42291
  "",
42284
42292
  "Reserved"
42285
42293
  ],
42294
+ "8668/tcp": [
42295
+ "spartan",
42296
+ "Spartan management"
42297
+ ],
42298
+ "8668/udp": [
42299
+ "",
42300
+ "Reserved"
42301
+ ],
42286
42302
  "8675/tcp": [
42287
42303
  "msi-cps-rm",
42288
42304
  "Motorola Solutions Customer Programming Software for Radio Management"
@@ -44624,8 +44640,8 @@
44624
44640
  "Blocks"
44625
44641
  ],
44626
44642
  "10321/tcp": [
44627
- "cosir",
44628
- "Computer Op System Information Report"
44643
+ "",
44644
+ "Reserved"
44629
44645
  ],
44630
44646
  "10321/udp": [
44631
44647
  "",
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.3",
3
+ "version": "8.0.8",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
- "repository": "silverwind/port-numbers",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/silverwind/port-numbers.git"
9
+ },
7
10
  "license": "BSD-2-Clause",
8
11
  "type": "module",
9
12
  "sideEffects": false,
@@ -14,12 +17,12 @@
14
17
  ],
15
18
  "devDependencies": {
16
19
  "d3-dsv": "3.0.1",
17
- "eslint": "8.49.0",
18
- "eslint-config-silverwind": "76.0.1",
19
- "undici": "5.25.1",
20
- "updates": "15.0.2",
21
- "versions": "11.1.0",
22
- "vitest": "0.34.4",
23
- "vitest-config-silverwind": "3.0.0"
20
+ "eslint": "8.57.0",
21
+ "eslint-config-silverwind": "80.0.4",
22
+ "undici": "6.6.2",
23
+ "updates": "15.1.2",
24
+ "versions": "12.0.1",
25
+ "vitest": "1.3.1",
26
+ "vitest-config-silverwind": "5.1.1"
24
27
  }
25
28
  }