@types/node 11.15.8 → 11.15.9

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 v11.15/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/v11.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 27 Mar 2020 16:47:39 GMT
11
+ * Last updated: Mon, 30 Mar 2020 22:25:04 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v11.15/fs.d.ts CHANGED
@@ -710,7 +710,7 @@ declare module "fs" {
710
710
  * A file mode. If a string is passed, it is parsed as an octal integer. If not specified
711
711
  * @default 0o777.
712
712
  */
713
- mode?: number;
713
+ mode?: number | string;
714
714
  }
715
715
 
716
716
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "11.15.8",
3
+ "version": "11.15.9",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -221,6 +221,6 @@
221
221
  },
222
222
  "scripts": {},
223
223
  "dependencies": {},
224
- "typesPublisherContentHash": "2c86ca9b05d337086c0a3d06603eee02247ad898706e4d85e2958f7aacc9da64",
224
+ "typesPublisherContentHash": "06f5c32047b5a84f017a94acc044711a42b3bc3ca2fa05e318e6d22f083ea5d1",
225
225
  "typeScriptVersion": "2.8"
226
226
  }