@types/node 14.17.0 → 14.17.1

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.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/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 18 May 2021 17:01:58 GMT
11
+ * Last updated: Tue, 25 May 2021 00:01:39 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.17/http.d.ts CHANGED
@@ -165,7 +165,7 @@ declare module 'http' {
165
165
  finished: boolean;
166
166
  headersSent: boolean;
167
167
  /**
168
- * @deprecate Use `socket` instead.
168
+ * @deprecated Use `socket` instead.
169
169
  */
170
170
  connection: Socket | null;
171
171
  socket: Socket | null;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.0",
3
+ "version": "14.17.1",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -231,6 +231,6 @@
231
231
  },
232
232
  "scripts": {},
233
233
  "dependencies": {},
234
- "typesPublisherContentHash": "59aa27843360a7098bd998782f2b3887cf699ed3bd362c55c887193910a8ec4c",
234
+ "typesPublisherContentHash": "4706dd122f5af0d073eae1d205b8b53d25bf5cd6bd0b8d79cc840a2269c61635",
235
235
  "typeScriptVersion": "3.5"
236
236
  }