@types/node 12.20.41 → 12.20.42

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 v12.20/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 04 Jan 2022 18:31:35 GMT
11
+ * Last updated: Mon, 17 Jan 2022 09:01:30 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v12.20/http.d.ts CHANGED
@@ -247,6 +247,8 @@ declare module 'http' {
247
247
  aborted: boolean;
248
248
  host: string;
249
249
  protocol: string;
250
+ reusedSocket: boolean;
251
+ maxHeadersCount: number;
250
252
 
251
253
  constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void);
252
254
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.41",
3
+ "version": "12.20.42",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -190,6 +190,6 @@
190
190
  },
191
191
  "scripts": {},
192
192
  "dependencies": {},
193
- "typesPublisherContentHash": "2aff218856e248b35fcc686e4c3a35383af94dc1886cdd1557d7356553d9531a",
193
+ "typesPublisherContentHash": "38e884548ed8d9aa2c390da02b72d66f32d2a9b9b46bda93a50fac13369bcb95",
194
194
  "typeScriptVersion": "3.8"
195
195
  }