@types/node 10.3.5 → 10.3.6

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 +1 -0
  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: Sat, 23 Jun 2018 00:22:09 GMT
11
+ * Last updated: Tue, 26 Jun 2018 01:10:51 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
@@ -477,6 +477,7 @@ declare namespace NodeJS {
477
477
  showProxy?: boolean;
478
478
  maxArrayLength?: number | null;
479
479
  breakLength?: number;
480
+ compact?: boolean;
480
481
  }
481
482
 
482
483
  export interface ConsoleConstructor {
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.3.5",
3
+ "version": "10.3.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -140,6 +140,6 @@
140
140
  },
141
141
  "scripts": {},
142
142
  "dependencies": {},
143
- "typesPublisherContentHash": "4a5c1bdf5dbef8cf5b66b533e6dce85e75439aa11932233804a10b93d21d8f9e",
143
+ "typesPublisherContentHash": "9174b898ccb7fcb7c175ce20b89da415cbaeaca69278618ae978c3466158fec9",
144
144
  "typeScriptVersion": "2.0"
145
145
  }