@types/react-router-dom
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -53,3 +53,3 @@ // Type definitions for React Router 4.0 | ||
strict?: boolean; | ||
isActive?(location: H.Location, props: any): boolean; | ||
isActive?<P>(match: match<P>, location: H.Location): boolean; | ||
} | ||
@@ -62,2 +62,3 @@ class NavLink extends React.Component<NavLinkProps, void> {} | ||
LinkProps, // TypeScript specific, not from React Router itself | ||
NavLinkProps, // TypeScript specific, not from React Router itself | ||
Link, | ||
@@ -64,0 +65,0 @@ NavLink, |
{ | ||
"name": "@types/react-router-dom", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "TypeScript definitions for React Router", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1e42b06be0ac907332e448c3faca31e08c871c3c826b9fb68ed792f753f6907f", | ||
"typesPublisherContentHash": "a09df3bfbaec097fb7f91c4866c593a399acdb880eefb9a6b557e13e46cd39d1", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 30 Mar 2017 21:29:26 GMT | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Dependencies: react-router, react, history | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
4838
4
72