@types/node 10.12.11 → 10.12.12

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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/index.d.ts +11 -1
  3. 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: Thu, 29 Nov 2018 23:46:24 GMT
11
+ * Last updated: Mon, 03 Dec 2018 18:29:19 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/index.d.ts CHANGED
@@ -1126,10 +1126,10 @@ declare module "http" {
1126
1126
  'access-control-allow-headers'?: string;
1127
1127
  'accept-patch'?: string;
1128
1128
  'accept-ranges'?: string;
1129
- 'authorization'?: string;
1130
1129
  'age'?: string;
1131
1130
  'allow'?: string;
1132
1131
  'alt-svc'?: string;
1132
+ 'authorization'?: string;
1133
1133
  'cache-control'?: string;
1134
1134
  'connection'?: string;
1135
1135
  'content-disposition'?: string;
@@ -1139,14 +1139,24 @@ declare module "http" {
1139
1139
  'content-location'?: string;
1140
1140
  'content-range'?: string;
1141
1141
  'content-type'?: string;
1142
+ 'cookie'?: string;
1142
1143
  'date'?: string;
1144
+ 'expect'?: string;
1143
1145
  'expires'?: string;
1146
+ 'forwarded'?: string;
1147
+ 'from'?: string;
1144
1148
  'host'?: string;
1149
+ 'if-match'?: string;
1150
+ 'if-modified-since'?: string;
1151
+ 'if-none-match'?: string;
1152
+ 'if-unmodified-since'?: string;
1145
1153
  'last-modified'?: string;
1146
1154
  'location'?: string;
1147
1155
  'pragma'?: string;
1148
1156
  'proxy-authenticate'?: string;
1157
+ 'proxy-authorization'?: string;
1149
1158
  'public-key-pins'?: string;
1159
+ 'range'?: string;
1150
1160
  'referer'?: string;
1151
1161
  'retry-after'?: string;
1152
1162
  'set-cookie'?: string[];
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.12.11",
3
+ "version": "10.12.12",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -173,6 +173,6 @@
173
173
  },
174
174
  "scripts": {},
175
175
  "dependencies": {},
176
- "typesPublisherContentHash": "244eff2ee358f52a731bb4ce787ac591479441629ad7804ae053f1bc0258edbd",
176
+ "typesPublisherContentHash": "501bf412bb414de586893751f62f04194bb0b566fe9dc17a3eecd77e56908ecc",
177
177
  "typeScriptVersion": "2.0"
178
178
  }