@types/node 20.17.49 → 20.17.50

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.17/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: Tue, 20 May 2025 17:35:34 GMT
11
+ * Last updated: Tue, 20 May 2025 23:02:19 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.17/http.d.ts CHANGED
@@ -95,6 +95,10 @@ declare module "http" {
95
95
  range?: string | undefined;
96
96
  referer?: string | undefined;
97
97
  "retry-after"?: string | undefined;
98
+ "sec-fetch-site"?: string | undefined;
99
+ "sec-fetch-mode"?: string | undefined;
100
+ "sec-fetch-user"?: string | undefined;
101
+ "sec-fetch-dest"?: string | undefined;
98
102
  "sec-websocket-accept"?: string | undefined;
99
103
  "sec-websocket-extensions"?: string | undefined;
100
104
  "sec-websocket-key"?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.17.49",
3
+ "version": "20.17.50",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -215,6 +215,6 @@
215
215
  "undici-types": "~6.19.2"
216
216
  },
217
217
  "peerDependencies": {},
218
- "typesPublisherContentHash": "7f7c0c11f127cf724ae266634563796249d0d6a468bf2b1b2d2b36d07dd4c7d8",
218
+ "typesPublisherContentHash": "54d753d629b4c086700669f5792ec798007247c341fb4c90bda11c64170b214d",
219
219
  "typeScriptVersion": "5.1"
220
220
  }