@types/node 8.10.60 → 8.10.61
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 +2 -2
- node v8.10/index.d.ts +0 -1
- node v8.10/package.json +3 -8
node v8.10/README.md
CHANGED
|
@@ -8,9 +8,9 @@ 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:
|
|
11
|
+
* Last updated: Tue, 19 May 2020 18:08:58 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
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Parambir Singh](https://github.com/parambirs), [
|
|
16
|
+
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Parambir Singh](https://github.com/parambirs), [Wilco Bakker](https://github.com/WilcoBakker), [Nicolas Voigt](https://github.com/octo-sniffle), [Chigozirim C.](https://github.com/smac89), [Flarna](https://github.com/Flarna), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [wwwy3y3](https://github.com/wwwy3y3), [Deividas Bakanas](https://github.com/DeividasBakanas), [Kelvin Jin](https://github.com/kjin), [Alvis HT Tang](https://github.com/alvis), [Sebastian Silbermann](https://github.com/eps1lon), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Alberto Schiabel](https://github.com/jkomyno), [Huw](https://github.com/hoo29), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Bruno Scheufler](https://github.com/brunoscheufler), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Lishude](https://github.com/islishude), [Andrew Makarov](https://github.com/r3nya), [Jordi Oliveras Rovira](https://github.com/j-oliveras), and [Thanik Bhongbhibhat](https://github.com/bhongy).
|
node v8.10/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
// Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
|
|
4
4
|
// DefinitelyTyped <https://github.com/DefinitelyTyped>
|
|
5
5
|
// Parambir Singh <https://github.com/parambirs>
|
|
6
|
-
// Christian Vaagland Tellnes <https://github.com/tellnes>
|
|
7
6
|
// Wilco Bakker <https://github.com/WilcoBakker>
|
|
8
7
|
// Nicolas Voigt <https://github.com/octo-sniffle>
|
|
9
8
|
// Chigozirim C. <https://github.com/smac89>
|
node v8.10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.61",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -19,11 +19,6 @@
|
|
|
19
19
|
"url": "https://github.com/parambirs",
|
|
20
20
|
"githubUsername": "parambirs"
|
|
21
21
|
},
|
|
22
|
-
{
|
|
23
|
-
"name": "Christian Vaagland Tellnes",
|
|
24
|
-
"url": "https://github.com/tellnes",
|
|
25
|
-
"githubUsername": "tellnes"
|
|
26
|
-
},
|
|
27
22
|
{
|
|
28
23
|
"name": "Wilco Bakker",
|
|
29
24
|
"url": "https://github.com/WilcoBakker",
|
|
@@ -146,6 +141,6 @@
|
|
|
146
141
|
},
|
|
147
142
|
"scripts": {},
|
|
148
143
|
"dependencies": {},
|
|
149
|
-
"typesPublisherContentHash": "
|
|
150
|
-
"typeScriptVersion": "
|
|
144
|
+
"typesPublisherContentHash": "01f7372d23d7bdb2ed2c30e6d11c99d517799dbb5bfbb686d6fabbd6ba95701e",
|
|
145
|
+
"typeScriptVersion": "3.0"
|
|
151
146
|
}
|