@types/node 8.10.53 → 8.10.54
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 v8/README.md +1 -1
- node v8/base.d.ts +1 -1
- node v8/package.json +2 -2
node v8/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/v8
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 11 Sep 2019 05:46:31 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v8/base.d.ts
CHANGED
|
@@ -6792,7 +6792,7 @@ declare module "http2" {
|
|
|
6792
6792
|
prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
6793
6793
|
}
|
|
6794
6794
|
|
|
6795
|
-
export class Http2ServerResponse extends
|
|
6795
|
+
export class Http2ServerResponse extends stream.Stream {
|
|
6796
6796
|
private constructor();
|
|
6797
6797
|
addTrailers(trailers: OutgoingHttpHeaders): void;
|
|
6798
6798
|
connection: net.Socket | tls.TLSSocket;
|
node v8/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.54",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -141,6 +141,6 @@
|
|
|
141
141
|
},
|
|
142
142
|
"scripts": {},
|
|
143
143
|
"dependencies": {},
|
|
144
|
-
"typesPublisherContentHash": "
|
|
144
|
+
"typesPublisherContentHash": "fab8c0a9e7959815844678bc327b83c8c837d39953dcb1924c4a536ccf4b9c2b",
|
|
145
145
|
"typeScriptVersion": "2.1"
|
|
146
146
|
}
|