@types/node 8.10.65 → 8.10.66

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 v8.10/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/v8.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 16 Oct 2020 16:30:57 GMT
11
+ * Last updated: Wed, 28 Oct 2020 18:55:52 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `SlowBuffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v8.10/base.d.ts CHANGED
@@ -90,7 +90,6 @@ declare function clearImmediate(immediateId: any): void;
90
90
 
91
91
  // TODO: change to `type NodeRequireFunction = (id: string) => any;` in next mayor version.
92
92
  interface NodeRequireFunction {
93
- /* tslint:disable-next-line:callable-types */
94
93
  (id: string): any;
95
94
  }
96
95
 
node v8.10/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "8.10.65",
3
+ "version": "8.10.66",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -129,6 +129,6 @@
129
129
  },
130
130
  "scripts": {},
131
131
  "dependencies": {},
132
- "typesPublisherContentHash": "edc6baeb0c512f046a21909b4e2ae129c8ececdcc2dc00260905fc9c6c4bfd43",
132
+ "typesPublisherContentHash": "bbdc3f41bff51f7e23469a2e9fc3ee831a778f6bea4de0a8f85e86b868dd7bd3",
133
133
  "typeScriptVersion": "3.2"
134
134
  }