@types/react-router-dom
Advanced tools
Comparing version 4.2.5 to 4.2.6
@@ -5,2 +5,3 @@ // Type definitions for React Router 4.2 | ||
// Huy Nguyen <https://github.com/huy-nguyen> | ||
// Philip Jackson <https://github.com/p-jackson> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -48,2 +49,3 @@ // TypeScript Version: 2.6 | ||
replace?: boolean; | ||
innerRef?: (node: HTMLAnchorElement | null) => void; | ||
} | ||
@@ -50,0 +52,0 @@ export class Link extends React.Component<LinkProps, any> {} |
{ | ||
"name": "@types/react-router-dom", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"description": "TypeScript definitions for React Router", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "huy-nguyen" | ||
}, | ||
{ | ||
"name": "Philip Jackson", | ||
"url": "https://github.com/p-jackson", | ||
"githubUsername": "p-jackson" | ||
} | ||
@@ -30,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "8b5bddf5bac8e06f9918a31f544fb37bdcf5ce9fb7c20ecde982b2364211c00c", | ||
"typesPublisherContentHash": "54dcff8613f62c94657e6bcca01cd59907c07d75c2097ea9c78574325398798d", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Mar 2018 23:17:56 GMT | ||
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT | ||
* Dependencies: react-router, react, history | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, Huy Nguyen <https://github.com/huy-nguyen>. | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, Huy Nguyen <https://github.com/huy-nguyen>, Philip Jackson <https://github.com/p-jackson>. |
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
4723
54