@types/node 6.14.3 → 6.14.4

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 v6/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/v6
9
9
 
10
10
  Additional Details
11
- * Last updated: Fri, 08 Feb 2019 21:24:42 GMT
11
+ * Last updated: Sat, 02 Mar 2019 01:19:08 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 v6/index.d.ts CHANGED
@@ -857,6 +857,7 @@ declare module "http" {
857
857
  write(str: string, encoding?: string, cb?: Function): boolean;
858
858
  write(str: string, encoding?: string, fd?: string): boolean;
859
859
 
860
+ readonly path: string;
860
861
  write(chunk: any, encoding?: string): void;
861
862
  abort(): void;
862
863
  setTimeout(timeout: number, callback?: Function): void;
node v6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "6.14.3",
3
+ "version": "6.14.4",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -49,10 +49,11 @@
49
49
  "types": "index",
50
50
  "repository": {
51
51
  "type": "git",
52
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
52
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
53
+ "directory": "types/node"
53
54
  },
54
55
  "scripts": {},
55
56
  "dependencies": {},
56
- "typesPublisherContentHash": "9efa47f6266c0643a171138e061c6f5fa0fe60bd4cc6dd8b8be80ebe13a5e57f",
57
+ "typesPublisherContentHash": "95b1f2ce296654d248d303f896dc4d2606d0c39427de76899dbac7a69a19f2cf",
57
58
  "typeScriptVersion": "2.0"
58
59
  }