@types/node 12.20.37 → 12.20.38

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 v12.20/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 08 Nov 2021 21:31:30 GMT
11
+ * Last updated: Mon, 20 Dec 2021 23:01:24 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v12.20/http2.d.ts CHANGED
@@ -588,7 +588,7 @@ declare module 'http2' {
588
588
  readonly socket: net.Socket | tls.TLSSocket;
589
589
  readonly stream: ServerHttp2Stream;
590
590
  readonly trailers: IncomingHttpHeaders;
591
- readonly url: string;
591
+ url: string;
592
592
 
593
593
  setTimeout(msecs: number, callback?: () => void): void;
594
594
  read(size?: number): Buffer | string | null;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.37",
3
+ "version": "12.20.38",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -190,6 +190,6 @@
190
190
  },
191
191
  "scripts": {},
192
192
  "dependencies": {},
193
- "typesPublisherContentHash": "78be90eb75f4da4dd372b759d7fc010666de4ad712f0c10e30af3c36b0ef6a56",
194
- "typeScriptVersion": "3.7"
193
+ "typesPublisherContentHash": "54f4230b3aa8a3cfe9d51e6d9028bd11be22c2320ff66a76863b034a418adb3a",
194
+ "typeScriptVersion": "3.8"
195
195
  }