@types/node 12.20.5 → 12.20.6
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 +1 -1
- node v12.20/http2.d.ts +1 -1
- node v12.20/package.json +2 -2
node v12.20/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/v12.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 15 Mar 2021 18:54:39 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
|
@@ -646,7 +646,7 @@ declare module 'http2' {
|
|
|
646
646
|
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
647
647
|
}
|
|
648
648
|
|
|
649
|
-
export class Http2ServerResponse extends stream.
|
|
649
|
+
export class Http2ServerResponse extends stream.Writable {
|
|
650
650
|
constructor(stream: ServerHttp2Stream);
|
|
651
651
|
|
|
652
652
|
readonly connection: net.Socket | tls.TLSSocket;
|
node v12.20/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.20.
|
|
3
|
+
"version": "12.20.6",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -211,6 +211,6 @@
|
|
|
211
211
|
},
|
|
212
212
|
"scripts": {},
|
|
213
213
|
"dependencies": {},
|
|
214
|
-
"typesPublisherContentHash": "
|
|
214
|
+
"typesPublisherContentHash": "b1dbda09ef94dd24360ab25f15692c9752b0c6a9dd733fa0eabd38bd9ddff78d",
|
|
215
215
|
"typeScriptVersion": "3.5"
|
|
216
216
|
}
|