@types/node 22.19.9 → 22.19.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.
- node v22.19/README.md +1 -1
- node v22.19/http.d.ts +1 -1
- node v22.19/package.json +2 -2
node v22.19/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v22.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Sun, 08 Feb 2026 00:09:19 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v22.19/http.d.ts
CHANGED
|
@@ -1600,7 +1600,7 @@ declare module "http" {
|
|
|
1600
1600
|
* sockets. Do not modify.
|
|
1601
1601
|
* @since v0.5.9
|
|
1602
1602
|
*/
|
|
1603
|
-
readonly requests: NodeJS.ReadOnlyDict<
|
|
1603
|
+
readonly requests: NodeJS.ReadOnlyDict<ClientRequest[]>;
|
|
1604
1604
|
constructor(opts?: AgentOptions);
|
|
1605
1605
|
/**
|
|
1606
1606
|
* Destroy any sockets that are currently in use by the agent.
|
node v22.19/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "22.19.
|
|
3
|
+
"version": "22.19.10",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -140,6 +140,6 @@
|
|
|
140
140
|
"undici-types": "~6.21.0"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {},
|
|
143
|
-
"typesPublisherContentHash": "
|
|
143
|
+
"typesPublisherContentHash": "e63411f5f6cd7f031d357855c9af33b48610e8560b439a7a784ed5886e25db49",
|
|
144
144
|
"typeScriptVersion": "5.2"
|
|
145
145
|
}
|