@types/node 24.10.2 → 24.10.4

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.
Files changed (75) hide show
  1. node/README.md → node v24.10/README.md +2 -2
  2. node/package.json → node v24.10/package.json +2 -2
  3. node/process.d.ts → node v24.10/process.d.ts +7 -2
  4. {node → node v24.10}/LICENSE +0 -0
  5. {node → node v24.10}/assert/strict.d.ts +0 -0
  6. {node → node v24.10}/assert.d.ts +0 -0
  7. {node → node v24.10}/async_hooks.d.ts +0 -0
  8. {node → node v24.10}/buffer.buffer.d.ts +0 -0
  9. {node → node v24.10}/buffer.d.ts +0 -0
  10. {node → node v24.10}/child_process.d.ts +0 -0
  11. {node → node v24.10}/cluster.d.ts +0 -0
  12. {node → node v24.10}/compatibility/iterators.d.ts +0 -0
  13. {node → node v24.10}/console.d.ts +0 -0
  14. {node → node v24.10}/constants.d.ts +0 -0
  15. {node → node v24.10}/crypto.d.ts +0 -0
  16. {node → node v24.10}/dgram.d.ts +0 -0
  17. {node → node v24.10}/diagnostics_channel.d.ts +0 -0
  18. {node → node v24.10}/dns/promises.d.ts +0 -0
  19. {node → node v24.10}/dns.d.ts +0 -0
  20. {node → node v24.10}/domain.d.ts +0 -0
  21. {node → node v24.10}/events.d.ts +0 -0
  22. {node → node v24.10}/fs/promises.d.ts +0 -0
  23. {node → node v24.10}/fs.d.ts +0 -0
  24. {node → node v24.10}/globals.d.ts +0 -0
  25. {node → node v24.10}/globals.typedarray.d.ts +0 -0
  26. {node → node v24.10}/http.d.ts +0 -0
  27. {node → node v24.10}/http2.d.ts +0 -0
  28. {node → node v24.10}/https.d.ts +0 -0
  29. {node → node v24.10}/index.d.ts +0 -0
  30. {node → node v24.10}/inspector.d.ts +0 -0
  31. {node → node v24.10}/inspector.generated.d.ts +0 -0
  32. {node → node v24.10}/module.d.ts +0 -0
  33. {node → node v24.10}/net.d.ts +0 -0
  34. {node → node v24.10}/os.d.ts +0 -0
  35. {node → node v24.10}/path.d.ts +0 -0
  36. {node → node v24.10}/perf_hooks.d.ts +0 -0
  37. {node → node v24.10}/punycode.d.ts +0 -0
  38. {node → node v24.10}/querystring.d.ts +0 -0
  39. {node → node v24.10}/readline/promises.d.ts +0 -0
  40. {node → node v24.10}/readline.d.ts +0 -0
  41. {node → node v24.10}/repl.d.ts +0 -0
  42. {node → node v24.10}/sea.d.ts +0 -0
  43. {node → node v24.10}/sqlite.d.ts +0 -0
  44. {node → node v24.10}/stream/consumers.d.ts +0 -0
  45. {node → node v24.10}/stream/promises.d.ts +0 -0
  46. {node → node v24.10}/stream/web.d.ts +0 -0
  47. {node → node v24.10}/stream.d.ts +0 -0
  48. {node → node v24.10}/string_decoder.d.ts +0 -0
  49. {node → node v24.10}/test.d.ts +0 -0
  50. {node → node v24.10}/timers/promises.d.ts +0 -0
  51. {node → node v24.10}/timers.d.ts +0 -0
  52. {node → node v24.10}/tls.d.ts +0 -0
  53. {node → node v24.10}/trace_events.d.ts +0 -0
  54. {node → node v24.10}/ts5.6/buffer.buffer.d.ts +0 -0
  55. {node → node v24.10}/ts5.6/compatibility/float16array.d.ts +0 -0
  56. {node → node v24.10}/ts5.6/globals.typedarray.d.ts +0 -0
  57. {node → node v24.10}/ts5.6/index.d.ts +0 -0
  58. {node → node v24.10}/ts5.7/compatibility/float16array.d.ts +0 -0
  59. {node → node v24.10}/ts5.7/index.d.ts +0 -0
  60. {node → node v24.10}/tty.d.ts +0 -0
  61. {node → node v24.10}/url.d.ts +0 -0
  62. {node → node v24.10}/util.d.ts +0 -0
  63. {node → node v24.10}/v8.d.ts +0 -0
  64. {node → node v24.10}/vm.d.ts +0 -0
  65. {node → node v24.10}/wasi.d.ts +0 -0
  66. {node → node v24.10}/web-globals/abortcontroller.d.ts +0 -0
  67. {node → node v24.10}/web-globals/crypto.d.ts +0 -0
  68. {node → node v24.10}/web-globals/domexception.d.ts +0 -0
  69. {node → node v24.10}/web-globals/events.d.ts +0 -0
  70. {node → node v24.10}/web-globals/fetch.d.ts +0 -0
  71. {node → node v24.10}/web-globals/navigator.d.ts +0 -0
  72. {node → node v24.10}/web-globals/storage.d.ts +0 -0
  73. {node → node v24.10}/web-globals/streams.d.ts +0 -0
  74. {node → node v24.10}/worker_threads.d.ts +0 -0
  75. {node → node v24.10}/zlib.d.ts +0 -0
@@ -5,10 +5,10 @@
5
5
  This package contains type definitions for node (https://nodejs.org/).
6
6
 
7
7
  # Details
8
- Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v24.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 08 Dec 2025 22:36:14 GMT
11
+ * Last updated: Sun, 14 Dec 2025 00:04:32 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "24.10.2",
3
+ "version": "24.10.4",
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": "28e383d3b72da0727a96b2232c4dc476d6186afce14cc25ce43bedcf5566a919",
153
+ "typesPublisherContentHash": "3a9013632111e49759d702b082ccfa1cce713feb78de09513919546221062945",
154
154
  "typeScriptVersion": "5.2"
155
155
  }
@@ -1704,6 +1704,11 @@ declare module "process" {
1704
1704
  * @param args Additional arguments to pass when invoking the `callback`
1705
1705
  */
1706
1706
  nextTick(callback: Function, ...args: any[]): void;
1707
+ /**
1708
+ * The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
1709
+ * See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
1710
+ */
1711
+ noDeprecation?: boolean;
1707
1712
  /**
1708
1713
  * This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag.
1709
1714
  *
@@ -2000,10 +2005,10 @@ declare module "process" {
2000
2005
  on(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
2001
2006
  on(event: "warning", listener: WarningListener): this;
2002
2007
  on(event: "message", listener: MessageListener): this;
2003
- on(event: "workerMessage", listener: (value: any, source: number) => void): this;
2004
2008
  on(event: Signals, listener: SignalsListener): this;
2005
2009
  on(event: "multipleResolves", listener: MultipleResolveListener): this;
2006
2010
  on(event: "worker", listener: WorkerListener): this;
2011
+ on(event: "workerMessage", listener: (value: any, source: number) => void): this;
2007
2012
  on(event: string | symbol, listener: (...args: any[]) => void): this;
2008
2013
  once(event: "beforeExit", listener: BeforeExitListener): this;
2009
2014
  once(event: "disconnect", listener: DisconnectListener): this;
@@ -2014,10 +2019,10 @@ declare module "process" {
2014
2019
  once(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
2015
2020
  once(event: "warning", listener: WarningListener): this;
2016
2021
  once(event: "message", listener: MessageListener): this;
2017
- once(event: "workerMessage", listener: (value: any, source: number) => void): this;
2018
2022
  once(event: Signals, listener: SignalsListener): this;
2019
2023
  once(event: "multipleResolves", listener: MultipleResolveListener): this;
2020
2024
  once(event: "worker", listener: WorkerListener): this;
2025
+ once(event: "workerMessage", listener: (value: any, source: number) => void): this;
2021
2026
  once(event: string | symbol, listener: (...args: any[]) => void): this;
2022
2027
  prependListener(event: "beforeExit", listener: BeforeExitListener): this;
2023
2028
  prependListener(event: "disconnect", listener: DisconnectListener): this;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes