@types/node 20.19.41 → 20.19.43

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 v20.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/v20.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 11 May 2026 22:25:21 GMT
11
+ * Last updated: Wed, 10 Jun 2026 22:15:09 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.19/http2.d.ts CHANGED
@@ -31,6 +31,7 @@ declare module "http2" {
31
31
  ":method"?: string | undefined;
32
32
  ":authority"?: string | undefined;
33
33
  ":scheme"?: string | undefined;
34
+ ":protocol"?: string | undefined;
34
35
  }
35
36
  // Http2Stream
36
37
  export interface StreamPriorityOptions {
@@ -635,6 +636,7 @@ declare module "http2" {
635
636
  maxConcurrentStreams?: number | undefined;
636
637
  maxHeaderListSize?: number | undefined;
637
638
  enableConnectProtocol?: boolean | undefined;
639
+ customSettings?: { [key: number]: number };
638
640
  }
639
641
  export interface ClientSessionRequestOptions {
640
642
  endStream?: boolean | undefined;
@@ -1337,6 +1339,8 @@ declare module "http2" {
1337
1339
  Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1338
1340
  Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1339
1341
  > extends SessionOptions {
1342
+ maxSessionRejectedStreams?: number | undefined;
1343
+ maxSessionInvalidFrames?: number | undefined;
1340
1344
  Http1IncomingMessage?: Http1Request | undefined;
1341
1345
  Http1ServerResponse?: Http1Response | undefined;
1342
1346
  Http2ServerRequest?: Http2Request | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.41",
3
+ "version": "20.19.43",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -135,6 +135,6 @@
135
135
  "undici-types": "~6.21.0"
136
136
  },
137
137
  "peerDependencies": {},
138
- "typesPublisherContentHash": "d592be83b1be202f0510055f25eea821cdc1774bf8523cc07f1d22b5ddabd18c",
138
+ "typesPublisherContentHash": "9383e1448aa72b7492595f9fe7058fc6124379f3a2d8644b925ee087befa8865",
139
139
  "typeScriptVersion": "5.3"
140
140
  }