@types/node 13.13.33 → 13.13.34

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 v13.13/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/v13.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 25 Nov 2020 06:26:15 GMT
11
+ * Last updated: Mon, 30 Nov 2020 19:02:17 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 v13.13/http.d.ts CHANGED
@@ -198,7 +198,7 @@ declare module "http" {
198
198
  rawHeaders: string[];
199
199
  }
200
200
 
201
- // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L77
201
+ // https://github.com/nodejs/node/blob/v13.14.0/lib/_http_client.js#L86
202
202
  class ClientRequest extends OutgoingMessage {
203
203
  /**
204
204
  * @deprecate Use `socket` instead.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.33",
3
+ "version": "13.13.34",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -241,6 +241,6 @@
241
241
  },
242
242
  "scripts": {},
243
243
  "dependencies": {},
244
- "typesPublisherContentHash": "3cb6c9b6c845929226282279c56d9d07072cfd7e01b3cca1f65948a277b4f6f8",
244
+ "typesPublisherContentHash": "b59f2055ab26d6bafa71254f3f84fcf7ef8b7007734bebaeaf907292db2e5d20",
245
245
  "typeScriptVersion": "3.3"
246
246
  }