@types/node 12.20.10 → 12.20.11
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 v12.20/README.md +2 -2
- node v12.20/index.d.ts +0 -1
- node v12.20/package.json +2 -7
node v12.20/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/v12.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 27 Apr 2021 14:31:30 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `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), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [
|
|
16
|
+
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Zane Hannan AU](https://github.com/ZaneHannanAU), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Minh Son Nguyen](https://github.com/nguymin4), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), and [Jason Kwok](https://github.com/JasonHK).
|
node v12.20/index.d.ts
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
// Alvis HT Tang <https://github.com/alvis>
|
|
7
7
|
// Andrew Makarov <https://github.com/r3nya>
|
|
8
8
|
// Benjamin Toueg <https://github.com/btoueg>
|
|
9
|
-
// Bruno Scheufler <https://github.com/brunoscheufler>
|
|
10
9
|
// Chigozirim C. <https://github.com/smac89>
|
|
11
10
|
// David Junger <https://github.com/touffy>
|
|
12
11
|
// Deividas Bakanas <https://github.com/DeividasBakanas>
|
node v12.20/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.20.
|
|
3
|
+
"version": "12.20.11",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -34,11 +34,6 @@
|
|
|
34
34
|
"url": "https://github.com/btoueg",
|
|
35
35
|
"githubUsername": "btoueg"
|
|
36
36
|
},
|
|
37
|
-
{
|
|
38
|
-
"name": "Bruno Scheufler",
|
|
39
|
-
"url": "https://github.com/brunoscheufler",
|
|
40
|
-
"githubUsername": "brunoscheufler"
|
|
41
|
-
},
|
|
42
37
|
{
|
|
43
38
|
"name": "Chigozirim C.",
|
|
44
39
|
"url": "https://github.com/smac89",
|
|
@@ -211,6 +206,6 @@
|
|
|
211
206
|
},
|
|
212
207
|
"scripts": {},
|
|
213
208
|
"dependencies": {},
|
|
214
|
-
"typesPublisherContentHash": "
|
|
209
|
+
"typesPublisherContentHash": "f29ecd872d62b133f2d9933c976cac172745906e645cc6dfb516778dd156511e",
|
|
215
210
|
"typeScriptVersion": "3.5"
|
|
216
211
|
}
|