@types/react-dom 0.14.19 → 0.14.23
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.
- react-dom/README.md +4 -6
- react-dom/index.d.ts +2 -1
- react-dom/package.json +4 -4
- react-dom/types-metadata.json +31 -24
react-dom/README.md
CHANGED
@@ -2,16 +2,14 @@
|
|
2
2
|
> `npm install --save @types/react-dom`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for React
|
5
|
+
This package contains type definitions for React (react-dom) (http://facebook.github.io/react/).
|
6
6
|
|
7
7
|
# Details
|
8
|
-
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/
|
8
|
+
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-dom
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated:
|
12
|
-
*
|
13
|
-
* Library Dependencies: none
|
14
|
-
* Module Dependencies: react
|
11
|
+
* Last updated: Tue, 07 Feb 2017 20:01:00 GMT
|
12
|
+
* Dependencies: react
|
15
13
|
* Global values: ReactDOM, ReactDOMServer
|
16
14
|
|
17
15
|
# Credits
|
react-dom/index.d.ts
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
// Type definitions for React
|
1
|
+
// Type definitions for React (react-dom) 0.14
|
2
2
|
// Project: http://facebook.github.io/react/
|
3
3
|
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
4
4
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
5
|
+
// TypeScript Version: 2.1
|
5
6
|
|
6
7
|
export as namespace ReactDOM;
|
7
8
|
export = ReactDOM;
|
react-dom/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-dom",
|
3
|
-
"version": "0.14.
|
4
|
-
"description": "TypeScript definitions for React
|
3
|
+
"version": "0.14.23",
|
4
|
+
"description": "TypeScript definitions for React (react-dom)",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>",
|
7
7
|
"main": "",
|
@@ -14,6 +14,6 @@
|
|
14
14
|
"@types/react": "*"
|
15
15
|
},
|
16
16
|
"peerDependencies": {},
|
17
|
-
"
|
18
|
-
"
|
17
|
+
"typesPublisherContentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362",
|
18
|
+
"typeScriptVersion": "2.1"
|
19
19
|
}
|
react-dom/types-metadata.json
CHANGED
@@ -1,27 +1,34 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
"libraryDependencies": [],
|
5
|
-
"moduleDependencies": [
|
6
|
-
"react"
|
7
|
-
],
|
8
|
-
"libraryMajorVersion": 0,
|
9
|
-
"libraryMinorVersion": 14,
|
10
|
-
"libraryName": "React v0.14 (react-dom)",
|
11
|
-
"typingsPackageName": "react-dom",
|
12
|
-
"projectName": "http://facebook.github.io/react/",
|
2
|
+
"name": "react-dom",
|
3
|
+
"libraryName": "React (react-dom)",
|
13
4
|
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
|
14
|
-
"
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
"
|
23
|
-
"
|
24
|
-
|
25
|
-
|
26
|
-
|
5
|
+
"data": {
|
6
|
+
"authors": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>",
|
7
|
+
"dependencies": {
|
8
|
+
"react": "*"
|
9
|
+
},
|
10
|
+
"pathMappings": {},
|
11
|
+
"libraryMajorVersion": 0,
|
12
|
+
"libraryMinorVersion": 14,
|
13
|
+
"typeScriptVersion": "2.1",
|
14
|
+
"libraryName": "React (react-dom)",
|
15
|
+
"typingsPackageName": "react-dom",
|
16
|
+
"projectName": "http://facebook.github.io/react/",
|
17
|
+
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
|
18
|
+
"globals": [
|
19
|
+
"ReactDOM",
|
20
|
+
"ReactDOMServer"
|
21
|
+
],
|
22
|
+
"declaredModules": [
|
23
|
+
"react-dom/.",
|
24
|
+
"react-dom/server"
|
25
|
+
],
|
26
|
+
"files": [
|
27
|
+
"index.d.ts",
|
28
|
+
"server.d.ts"
|
29
|
+
],
|
30
|
+
"hasPackageJson": false,
|
31
|
+
"contentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362"
|
32
|
+
},
|
33
|
+
"isLatest": true
|
27
34
|
}
|