@types/node 10.17.47 → 10.17.48

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 v10.17/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v10.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 25 Nov 2020 06:26:25 GMT
11
+ * Last updated: Mon, 30 Nov 2020 19:02:28 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v10.17/http.d.ts CHANGED
@@ -160,7 +160,7 @@ declare module "http" {
160
160
  writeHead(statusCode: number, headers?: OutgoingHttpHeaders): void;
161
161
  }
162
162
 
163
- // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L77
163
+ // https://github.com/nodejs/node/blob/v10.23.0/lib/_http_client.js#L65
164
164
  class ClientRequest extends OutgoingMessage {
165
165
  connection: net.Socket;
166
166
  socket: net.Socket;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.17.47",
3
+ "version": "10.17.48",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -196,6 +196,6 @@
196
196
  },
197
197
  "scripts": {},
198
198
  "dependencies": {},
199
- "typesPublisherContentHash": "d45a1d5a9c0345ce298c03c96365b9ab8199531c0cc7e5c29554dfff13a6d4f5",
199
+ "typesPublisherContentHash": "cc7949e585ef394d2a1462d2d916e5399789dd6b9fdab3458e97b0479a319089",
200
200
  "typeScriptVersion": "3.3"
201
201
  }