@types/node 14.14.34 → 14.14.35
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/README.md +1 -1
- node/http2.d.ts +1 -1
- node/package.json +2 -2
node/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.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 15 Mar 2021 18:54:33 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/http2.d.ts
CHANGED
|
@@ -652,7 +652,7 @@ declare module 'http2' {
|
|
|
652
652
|
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
export class Http2ServerResponse extends stream.
|
|
655
|
+
export class Http2ServerResponse extends stream.Writable {
|
|
656
656
|
constructor(stream: ServerHttp2Stream);
|
|
657
657
|
|
|
658
658
|
readonly connection: net.Socket | tls.TLSSocket;
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.14.
|
|
3
|
+
"version": "14.14.35",
|
|
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": "
|
|
234
|
+
"typesPublisherContentHash": "583e5ba937e68e2c384a5cb14af09ba401f97b4c1ff71c7653ca56ccac38b7bf",
|
|
235
235
|
"typeScriptVersion": "3.5"
|
|
236
236
|
}
|