@types/node 14.18.1 → 14.18.2

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.18/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/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 17 Dec 2021 02:01:11 GMT
11
+ * Last updated: Mon, 20 Dec 2021 23:01:23 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.18/http2.d.ts CHANGED
@@ -594,7 +594,7 @@ declare module 'http2' {
594
594
  readonly socket: net.Socket | tls.TLSSocket;
595
595
  readonly stream: ServerHttp2Stream;
596
596
  readonly trailers: IncomingHttpHeaders;
597
- readonly url: string;
597
+ url: string;
598
598
 
599
599
  setTimeout(msecs: number, callback?: () => void): void;
600
600
  read(size?: number): Buffer | string | null;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.1",
3
+ "version": "14.18.2",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -225,6 +225,6 @@
225
225
  },
226
226
  "scripts": {},
227
227
  "dependencies": {},
228
- "typesPublisherContentHash": "37aab3d70efaad641a398c517258e033f4663930833dd213a10703016827644c",
228
+ "typesPublisherContentHash": "50b06853f2437862aaea36f3eb63de3623c57335209ea78eff60440c72a15b5c",
229
229
  "typeScriptVersion": "3.8"
230
230
  }