@types/node 0.0.1 → 0.0.2

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 CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js v6.x (http://nodejs.org/).
8
8
  Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/node
9
9
 
10
10
  Additional Details
11
- * Last updated: Tue, 29 Nov 2016 21:52:28 GMT
11
+ * Last updated: Wed, 30 Nov 2016 23:08:30 GMT
12
12
  * File structure: ModuleAugmentation
13
13
  * Library Dependencies: none
14
14
  * Module Dependencies: child_process, crypto, events, http, net, readline, stream, tls
node/index.d.ts CHANGED
@@ -279,6 +279,7 @@ declare namespace NodeJS {
279
279
 
280
280
  export interface ReadableStream extends EventEmitter {
281
281
  readable: boolean;
282
+ isTTY?: boolean;
282
283
  read(size?: number): string | Buffer;
283
284
  setEncoding(encoding: string | null): void;
284
285
  pause(): ReadableStream;
@@ -292,6 +293,7 @@ declare namespace NodeJS {
292
293
 
293
294
  export interface WritableStream extends EventEmitter {
294
295
  writable: boolean;
296
+ isTTY?: boolean;
295
297
  write(buffer: Buffer | string, cb?: Function): boolean;
296
298
  write(str: string, encoding?: string, cb?: Function): boolean;
297
299
  end(): void;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "TypeScript definitions for Node.js v6.x",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
@@ -12,5 +12,5 @@
12
12
  "scripts": {},
13
13
  "dependencies": {},
14
14
  "peerDependencies": {},
15
- "typesPublisherContentHash": "5c015dd891af3af9ec08f549ea53ac12691e743f33b35864450efe32551d7459"
15
+ "typesPublisherContentHash": "1f5ba7b7576eacddad88c13a4b358e5d26c1ab78278672cdb52e00908cc6757f"
16
16
  }
node/types-metadata.json CHANGED
@@ -76,5 +76,5 @@
76
76
  "index.d.ts"
77
77
  ],
78
78
  "hasPackageJson": false,
79
- "contentHash": "5c015dd891af3af9ec08f549ea53ac12691e743f33b35864450efe32551d7459"
79
+ "contentHash": "1f5ba7b7576eacddad88c13a4b358e5d26c1ab78278672cdb52e00908cc6757f"
80
80
  }