@types/react-router-config
Advanced tools
Comparing version 1.1.3 to 5.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-router-config 1.1 | ||
// Type definitions for react-router-config 5.0 | ||
// Project: https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config, https://github.com/reacttraining/react-router | ||
@@ -6,2 +6,3 @@ // Definitions by: François Nguyen <https://github.com/lith-light-g> | ||
// Phoenix He <https://github.com/NullMDR> | ||
// Mathieu TUDISCO <https://github.com/mathieutu> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -26,2 +27,3 @@ // TypeScript Version: 2.8 | ||
routes?: RouteConfig[]; | ||
render?: (props: RouteConfigComponentProps<any>) => React.ReactNode; | ||
[propName: string]: any; | ||
@@ -28,0 +30,0 @@ } |
{ | ||
"name": "@types/react-router-config", | ||
"version": "1.1.3", | ||
"version": "5.0.0", | ||
"description": "TypeScript definitions for react-router-config", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "NullMDR" | ||
}, | ||
{ | ||
"name": "Mathieu TUDISCO", | ||
"url": "https://github.com/mathieutu", | ||
"githubUsername": "mathieutu" | ||
} | ||
@@ -37,4 +42,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "3a91f3f31ca0f22d51ac7adbf02380ff35f90c7f552fa7b1c7517e3e9a2e4011", | ||
"typesPublisherContentHash": "9567c93e62401091c2243d999139d0222242e89b6b1ac05499f4c7092bed8aa6", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 17 Apr 2019 00:17:17 GMT | ||
* Last updated: Thu, 30 May 2019 17:59:33 GMT | ||
* Dependencies: @types/react, @types/react-router, @types/history | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by François Nguyen <https://github.com/lith-light-g>, John Reilly <https://github.com/johnnyreilly>, Phoenix He <https://github.com/NullMDR>. | ||
These definitions were written by François Nguyen <https://github.com/lith-light-g>, John Reilly <https://github.com/johnnyreilly>, Phoenix He <https://github.com/NullMDR>, Mathieu TUDISCO <https://github.com/mathieutu>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4867
35