port-numbers 8.0.11 → 8.0.13
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.
- package/README.md +1 -1
- package/index.json +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Depending on your environment you may need to use [import attributes](https://gi
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
```js
|
|
12
|
-
import ports from "port-numbers";
|
|
12
|
+
import ports from "port-numbers" with {type: "json"};
|
|
13
13
|
|
|
14
14
|
ports["6379/tcp"];
|
|
15
15
|
// ["redis", "An advanced key-value cache and store"]
|
package/index.json
CHANGED
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
],
|
|
5626
5626
|
"914/udp": [
|
|
5627
5627
|
"rift-lies",
|
|
5628
|
-
"Routing in Fat Trees Link Information
|
|
5628
|
+
"Routing in Fat Trees Link Information Element"
|
|
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
|
|
5636
|
+
"Routing in Fat Trees Topology Information Element"
|
|
5637
5637
|
],
|
|
5638
5638
|
"953/tcp": [
|
|
5639
5639
|
"rndc",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "port-numbers",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.13",
|
|
4
4
|
"description": "Holds information on network port numbers, based on IANA's data",
|
|
5
5
|
"author": "silverwind",
|
|
6
6
|
"repository": {
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"d3-dsv": "3.0.1",
|
|
20
20
|
"eslint": "8.57.0",
|
|
21
|
-
"eslint-config-silverwind": "
|
|
22
|
-
"updates": "16.
|
|
23
|
-
"versions": "12.0.
|
|
24
|
-
"vitest": "1.
|
|
25
|
-
"vitest-config-silverwind": "
|
|
21
|
+
"eslint-config-silverwind": "85.1.4",
|
|
22
|
+
"updates": "16.1.1",
|
|
23
|
+
"versions": "12.0.2",
|
|
24
|
+
"vitest": "1.6.0",
|
|
25
|
+
"vitest-config-silverwind": "9.0.6"
|
|
26
26
|
}
|
|
27
27
|
}
|