@types/node 8.0.52 → 8.0.53

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 +2 -2
  2. node/index.d.ts +2 -0
  3. node/package.json +7 -2
node/README.md CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for Node.js (http://nodejs.org/).
8
8
  Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
9
9
 
10
10
  Additional Details
11
- * Last updated: Tue, 14 Nov 2017 17:43:01 GMT
11
+ * Last updated: Wed, 15 Nov 2017 23:11:40 GMT
12
12
  * Dependencies: events, net, stream, url, child_process, tls, http, readline, dns, crypto, fs
13
13
  * Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
14
14
 
15
15
  # Credits
16
- These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Parambir Singh <https://github.com/parambirs>, Christian Vaagland Tellnes <https://github.com/tellnes>, Wilco Bakker <https://github.com/WilcoBakker>, Nicolas Voigt <https://github.com/octo-sniffle>, Chigozirim C. <https://github.com/smac89>, Flarna <https://github.com/Flarna>, Mariusz Wiktorczyk <https://github.com/mwiktorczyk>, wwwy3y3 <https://github.com/wwwy3y3>, Deividas Bakanas <https://github.com/DeividasBakanas>, Kelvin Jin <https://github.com/kjin>, Alvis HT Tang <https://github.com/alvis>, Oliver Joseph Ash <https://github.com/OliverJAsh>.
16
+ These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Parambir Singh <https://github.com/parambirs>, Christian Vaagland Tellnes <https://github.com/tellnes>, Wilco Bakker <https://github.com/WilcoBakker>, Nicolas Voigt <https://github.com/octo-sniffle>, Chigozirim C. <https://github.com/smac89>, Flarna <https://github.com/Flarna>, Mariusz Wiktorczyk <https://github.com/mwiktorczyk>, wwwy3y3 <https://github.com/wwwy3y3>, Deividas Bakanas <https://github.com/DeividasBakanas>, Kelvin Jin <https://github.com/kjin>, Alvis HT Tang <https://github.com/alvis>, Oliver Joseph Ash <https://github.com/OliverJAsh>, Sebastian Silbermann <https://github.com/eps1lon>.
node/index.d.ts CHANGED
@@ -14,6 +14,7 @@
14
14
  // Kelvin Jin <https://github.com/kjin>
15
15
  // Alvis HT Tang <https://github.com/alvis>
16
16
  // Oliver Joseph Ash <https://github.com/OliverJAsh>
17
+ // Sebastian Silbermann <https://github.com/eps1lon>
17
18
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
18
19
 
19
20
  /************************************************
@@ -4350,6 +4351,7 @@ declare module "fs" {
4350
4351
  autoClose?: boolean;
4351
4352
  start?: number;
4352
4353
  end?: number;
4354
+ highWaterMark?: number;
4353
4355
  }): ReadStream;
4354
4356
 
4355
4357
  /**
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "8.0.52",
3
+ "version": "8.0.53",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -71,6 +71,11 @@
71
71
  "name": "Oliver Joseph Ash",
72
72
  "url": "https://github.com/OliverJAsh",
73
73
  "githubUsername": "OliverJAsh"
74
+ },
75
+ {
76
+ "name": "Sebastian Silbermann",
77
+ "url": "https://github.com/eps1lon",
78
+ "githubUsername": "eps1lon"
74
79
  }
75
80
  ],
76
81
  "main": "",
@@ -80,6 +85,6 @@
80
85
  },
81
86
  "scripts": {},
82
87
  "dependencies": {},
83
- "typesPublisherContentHash": "c249fb73e7f2cd3e95ede2f723322a2472c987e66093ce7a5a0105f063301634",
88
+ "typesPublisherContentHash": "7628c177ed2033fe9d4dfbbef0851ddb49397afbd2e4cd6f04aea9b9b4f1996f",
84
89
  "typeScriptVersion": "2.0"
85
90
  }