@types/node 10.17.43 → 10.17.44

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 v10.17/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/v10.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 26 Oct 2020 22:58:23 GMT
11
+ * Last updated: Wed, 28 Oct 2020 18:55:49 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v10.17/base.d.ts CHANGED
@@ -13,7 +13,6 @@
13
13
  /// <reference lib="esnext.bigint" />
14
14
 
15
15
  // Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
16
- // tslint:disable-next-line:no-bad-reference
17
16
  /// <reference path="ts3.6/base.d.ts" />
18
17
 
19
18
  // TypeScript 3.7-specific augmentations:
@@ -188,7 +188,6 @@ declare function clearImmediate(immediateId: NodeJS.Immediate): void;
188
188
 
189
189
  // TODO: change to `type NodeRequireFunction = (id: string) => any;` in next mayor version.
190
190
  interface NodeRequireFunction {
191
- /* tslint:disable-next-line:callable-types */
192
191
  (id: string): any;
193
192
  }
194
193
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.17.43",
3
+ "version": "10.17.44",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -196,6 +196,6 @@
196
196
  },
197
197
  "scripts": {},
198
198
  "dependencies": {},
199
- "typesPublisherContentHash": "d29af71f673be08c4e39f7a35f28dcb6e77bb4f42898d97049b7fe9817baf9f9",
199
+ "typesPublisherContentHash": "e2fb581be54ad7c975d6492b5d329071ebb5a60cc5fc6639248beee6c5cd18c3",
200
200
  "typeScriptVersion": "3.2"
201
201
  }