@types/node 16.18.112 → 16.18.113

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 v16.18/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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 27 Sep 2024 16:08:32 GMT
11
+ * Last updated: Mon, 07 Oct 2024 22:07:58 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
node v16.18/events.d.ts CHANGED
@@ -303,7 +303,7 @@ declare module "events" {
303
303
  * ```
304
304
  * @since v15.4.0
305
305
  * @param n A non-negative number. The maximum number of listeners per `EventTarget` event.
306
- * @param eventsTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter}
306
+ * @param eventTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter}
307
307
  * objects.
308
308
  */
309
309
  static setMaxListeners(n?: number, ...eventTargets: Array<DOMEventTarget | NodeJS.EventEmitter>): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.112",
3
+ "version": "16.18.113",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -217,6 +217,6 @@
217
217
  },
218
218
  "scripts": {},
219
219
  "dependencies": {},
220
- "typesPublisherContentHash": "88cebb8ab27468d7be63d81e27cc9800cd9ba095b2e1486cfc677fd2d63ed79f",
220
+ "typesPublisherContentHash": "1e0f18d2dfeb3fd68763b84d37a7c2dc4a5f7bd87a74300d4179ed6538be4477",
221
221
  "typeScriptVersion": "4.8"
222
222
  }