@types/node 10.12.23 → 10.12.24
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/http.d.ts +6 -6
- 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: Fri, 08 Feb 2019
|
|
11
|
+
* Last updated: Fri, 08 Feb 2019 21:19:57 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/http.d.ts
CHANGED
|
@@ -7,14 +7,14 @@ declare module "http" {
|
|
|
7
7
|
// incoming headers will never contain number
|
|
8
8
|
interface IncomingHttpHeaders {
|
|
9
9
|
'accept'?: string;
|
|
10
|
-
'
|
|
10
|
+
'accept-patch'?: string;
|
|
11
|
+
'accept-ranges'?: string;
|
|
11
12
|
'access-control-allow-credentials'?: string;
|
|
13
|
+
'access-control-allow-headers'?: string;
|
|
14
|
+
'access-control-allow-methods'?: string;
|
|
15
|
+
'access-control-allow-origin'?: string;
|
|
12
16
|
'access-control-expose-headers'?: string;
|
|
13
17
|
'access-control-max-age'?: string;
|
|
14
|
-
'access-control-allow-methods'?: string;
|
|
15
|
-
'access-control-allow-headers'?: string;
|
|
16
|
-
'accept-patch'?: string;
|
|
17
|
-
'accept-ranges'?: string;
|
|
18
18
|
'age'?: string;
|
|
19
19
|
'allow'?: string;
|
|
20
20
|
'alt-svc'?: string;
|
|
@@ -50,9 +50,9 @@ declare module "http" {
|
|
|
50
50
|
'retry-after'?: string;
|
|
51
51
|
'set-cookie'?: string[];
|
|
52
52
|
'strict-transport-security'?: string;
|
|
53
|
+
'tk'?: string;
|
|
53
54
|
'trailer'?: string;
|
|
54
55
|
'transfer-encoding'?: string;
|
|
55
|
-
'tk'?: string;
|
|
56
56
|
'upgrade'?: string;
|
|
57
57
|
'user-agent'?: string;
|
|
58
58
|
'vary'?: string;
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "10.12.
|
|
3
|
+
"version": "10.12.24",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -185,6 +185,6 @@
|
|
|
185
185
|
},
|
|
186
186
|
"scripts": {},
|
|
187
187
|
"dependencies": {},
|
|
188
|
-
"typesPublisherContentHash": "
|
|
188
|
+
"typesPublisherContentHash": "d542c863f80ee71de572d4b82f6c34f6884d9a870f95efac3f16eb158346aa76",
|
|
189
189
|
"typeScriptVersion": "2.0"
|
|
190
190
|
}
|