@types/node 24.11.1 → 24.11.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.11/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, 05 Mar 2026 23:32:33 GMT
11
+ * Last updated: Fri, 06 Mar 2026 00:57:44 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v24.11/http.d.ts CHANGED
@@ -939,7 +939,7 @@ declare module "http" {
939
939
  * been transmitted are equal or not.
940
940
  *
941
941
  * Attempting to set a header field name or value that contains invalid characters
942
- * will result in a \[`Error`\]\[\] being thrown.
942
+ * will result in a `Error` being thrown.
943
943
  * @since v0.1.30
944
944
  */
945
945
  writeHead(
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "24.11.1",
3
+ "version": "24.11.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.16.0"
151
151
  },
152
152
  "peerDependencies": {},
153
- "typesPublisherContentHash": "16ce3e2f022586e0b3f4254ff77010937edb78a623c8ea116734966d996b755b",
153
+ "typesPublisherContentHash": "17335fa07bb2677efabc74b5d4b61b0ca7a4f067e0e938ec826ab28a117cfe15",
154
154
  "typeScriptVersion": "5.2"
155
155
  }