@types/node 10.14.17 → 10.14.18
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 v10/README.md +1 -1
- node v10/http2.d.ts +1 -1
- node v10/package.json +2 -2
node v10/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/v10
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 11 Sep 2019 05:46:29 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v10/http2.d.ts
CHANGED
|
@@ -556,7 +556,7 @@ declare module "http2" {
|
|
|
556
556
|
prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
export class Http2ServerResponse extends
|
|
559
|
+
export class Http2ServerResponse extends stream.Stream {
|
|
560
560
|
private constructor();
|
|
561
561
|
addTrailers(trailers: OutgoingHttpHeaders): void;
|
|
562
562
|
connection: net.Socket | tls.TLSSocket;
|
node v10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "10.14.
|
|
3
|
+
"version": "10.14.18",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -196,6 +196,6 @@
|
|
|
196
196
|
},
|
|
197
197
|
"scripts": {},
|
|
198
198
|
"dependencies": {},
|
|
199
|
-
"typesPublisherContentHash": "
|
|
199
|
+
"typesPublisherContentHash": "9f8bf89fddc88a6b007264be21e25dfdba32a0b8c8f07fea402cc9eb1e0b887d",
|
|
200
200
|
"typeScriptVersion": "2.0"
|
|
201
201
|
}
|