@types/node 14.18.5 → 14.18.6

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 v14.18/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 04 Jan 2022 18:31:34 GMT
11
+ * Last updated: Mon, 17 Jan 2022 09:01:29 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v14.18/http.d.ts CHANGED
@@ -279,6 +279,8 @@ declare module 'http' {
279
279
  aborted: boolean;
280
280
  host: string;
281
281
  protocol: string;
282
+ reusedSocket: boolean;
283
+ maxHeadersCount: number;
282
284
 
283
285
  constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void);
284
286
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.5",
3
+ "version": "14.18.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -225,6 +225,6 @@
225
225
  },
226
226
  "scripts": {},
227
227
  "dependencies": {},
228
- "typesPublisherContentHash": "252c75e4415b41c2119a2a09f46387f535c6c18a5d96975c41aefb8ec86e7436",
228
+ "typesPublisherContentHash": "a7bcc772985659539e879bf5f5df35c452cf6a69fd3cb641fb0529400a1e6e55",
229
229
  "typeScriptVersion": "3.8"
230
230
  }