@types/node 24.13.0 → 24.13.2

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 v24.13/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/v24.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 04 Jun 2026 07:01:48 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 v24.13/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 StreamState {
@@ -680,6 +681,7 @@ declare module "http2" {
680
681
  maxConcurrentStreams?: number | undefined;
681
682
  maxHeaderListSize?: number | undefined;
682
683
  enableConnectProtocol?: boolean | undefined;
684
+ customSettings?: { [key: number]: number };
683
685
  }
684
686
  export interface ClientSessionRequestOptions {
685
687
  endStream?: boolean | undefined;
@@ -1429,6 +1431,8 @@ declare module "http2" {
1429
1431
  Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1430
1432
  Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1431
1433
  > extends SessionOptions {
1434
+ maxSessionRejectedStreams?: number | undefined;
1435
+ maxSessionInvalidFrames?: number | undefined;
1432
1436
  streamResetBurst?: number | undefined;
1433
1437
  streamResetRate?: number | undefined;
1434
1438
  Http1IncomingMessage?: Http1Request | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "24.13.0",
3
+ "version": "24.13.2",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -150,6 +150,6 @@
150
150
  "undici-types": "~7.18.0"
151
151
  },
152
152
  "peerDependencies": {},
153
- "typesPublisherContentHash": "8af59f7bb64c6bb43be3bbee7b6844a77dced473b136184d799fb476e6985c3f",
153
+ "typesPublisherContentHash": "a89004d9764ce24ab2bba15ae9f27f0c75ae8c293f77ce7f8846bbe10f8e18a8",
154
154
  "typeScriptVersion": "5.3"
155
155
  }