@types/node 15.14.3 → 15.14.4

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 v15.14/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/v15.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 24 Jul 2021 17:31:14 GMT
11
+ * Last updated: Wed, 28 Jul 2021 19:31:20 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v15.14/http2.d.ts CHANGED
@@ -666,6 +666,7 @@ declare module 'http2' {
666
666
  readonly connection: net.Socket | tls.TLSSocket;
667
667
  readonly finished: boolean;
668
668
  readonly headersSent: boolean;
669
+ readonly req: Http2ServerRequest;
669
670
  readonly socket: net.Socket | tls.TLSSocket;
670
671
  readonly stream: ServerHttp2Stream;
671
672
  sendDate: boolean;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "15.14.3",
3
+ "version": "15.14.4",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -227,6 +227,6 @@
227
227
  },
228
228
  "scripts": {},
229
229
  "dependencies": {},
230
- "typesPublisherContentHash": "3723ba9ca5ace11b3abd01f66d13283825e122b40c42d9d72635edf8155c6c95",
230
+ "typesPublisherContentHash": "6c3c89758bc09a28cf79b0c595bc0f0e0d39357de2fc83031d5cc743fc3afa6a",
231
231
  "typeScriptVersion": "3.6"
232
232
  }