@types/node 7.10.10 → 7.10.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 v7.10/README.md +2 -2
- node v7.10/index.d.ts +0 -1
- node v7.10/package.json +3 -8
node v7.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/v7.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 19 May 2020 18:08:59 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), [Sebastian Silbermann](https://github.com/eps1lon), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Sander Koenders](https://github.com/Archcry), and [Jordi Oliveras Rovira](https://github.com/j-oliveras).
|
node v7.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
|
// Sebastian Silbermann <https://github.com/eps1lon>
|
|
9
8
|
// Hoàng Văn Khải <https://github.com/KSXGitHub>
|
node v7.10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "7.10.
|
|
3
|
+
"version": "7.10.11",
|
|
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",
|
|
@@ -66,6 +61,6 @@
|
|
|
66
61
|
},
|
|
67
62
|
"scripts": {},
|
|
68
63
|
"dependencies": {},
|
|
69
|
-
"typesPublisherContentHash": "
|
|
70
|
-
"typeScriptVersion": "
|
|
64
|
+
"typesPublisherContentHash": "bb10d0f6ac82ba137b7b1a3d74fe0fd0e25379923f04ab574315eea85a699f77",
|
|
65
|
+
"typeScriptVersion": "3.0"
|
|
71
66
|
}
|