@types/node 9.6.5 → 9.6.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 +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: Fri, 13 Apr 2018 16:28:47 GMT
11
+ * Last updated: Thu, 19 Apr 2018 17:11:43 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
 
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>, Sebastian Silbermann <https://github.com/eps1lon>, Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>, Alberto Schiabel <https://github.com/jkomyno>, Klaus Meinhardt <https://github.com/ajafff>, Huw <https://github.com/hoo29>, Nicolas Even <https://github.com/n-e>, Mohsen Azimi <https://github.com/mohsen1>, Hoàng Văn Khải <https://github.com/KSXGitHub>, Alexander T. <https://github.com/a-tarasyuk>.
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>, Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>, Alberto Schiabel <https://github.com/jkomyno>, Klaus Meinhardt <https://github.com/ajafff>, Huw <https://github.com/hoo29>, Nicolas Even <https://github.com/n-e>, Bruno Scheufler <https://github.com/brunoscheufler>, Mohsen Azimi <https://github.com/mohsen1>, Hoàng Văn Khải <https://github.com/KSXGitHub>, Alexander T. <https://github.com/a-tarasyuk>.
node/index.d.ts CHANGED
@@ -20,6 +20,7 @@
20
20
  // Klaus Meinhardt <https://github.com/ajafff>
21
21
  // Huw <https://github.com/hoo29>
22
22
  // Nicolas Even <https://github.com/n-e>
23
+ // Bruno Scheufler <https://github.com/brunoscheufler>
23
24
  // Mohsen Azimi <https://github.com/mohsen1>
24
25
  // Hoàng Văn Khải <https://github.com/KSXGitHub>
25
26
  // Alexander T. <https://github.com/a-tarasyuk>
@@ -2087,6 +2088,7 @@ declare module "child_process" {
2087
2088
  gid?: number;
2088
2089
  shell?: boolean | string;
2089
2090
  windowsVerbatimArguments?: boolean;
2091
+ windowsHide?: boolean;
2090
2092
  }
2091
2093
 
2092
2094
  export function spawn(command: string, args?: string[], options?: SpawnOptions): ChildProcess;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "9.6.5",
3
+ "version": "9.6.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -102,6 +102,11 @@
102
102
  "url": "https://github.com/n-e",
103
103
  "githubUsername": "n-e"
104
104
  },
105
+ {
106
+ "name": "Bruno Scheufler",
107
+ "url": "https://github.com/brunoscheufler",
108
+ "githubUsername": "brunoscheufler"
109
+ },
105
110
  {
106
111
  "name": "Mohsen Azimi",
107
112
  "url": "https://github.com/mohsen1",
@@ -125,6 +130,6 @@
125
130
  },
126
131
  "scripts": {},
127
132
  "dependencies": {},
128
- "typesPublisherContentHash": "4aef20de7af300d34d85e8851c20f50105ce79ee85286a7deb7904b0cb9a905a",
133
+ "typesPublisherContentHash": "70ca5394e4244ab4af431092e0a6e181078b66aa349f561ad6803c7ce6d0ccef",
129
134
  "typeScriptVersion": "2.0"
130
135
  }