@types/react-router-dom
Advanced tools
Comparing version 4.0.1 to 4.0.2
// Type definitions for React Router 4.0 | ||
// Project: https://github.com/ReactTraining/react-router | ||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff> | ||
// Huy Nguyen <https://github.com/huy-nguyen> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -20,3 +21,4 @@ // TypeScript Version: 2.2 | ||
matchPath, | ||
withRouter | ||
withRouter, | ||
RouterChildContext | ||
} from 'react-router'; | ||
@@ -78,4 +80,5 @@ import * as React from 'react'; | ||
matchPath, | ||
withRouter | ||
withRouter, | ||
RouterChildContext | ||
} | ||
} |
{ | ||
"name": "@types/react-router-dom", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for React Router", | ||
@@ -10,2 +10,6 @@ "license": "MIT", | ||
"url": "https://github.com/tkrotoff" | ||
}, | ||
{ | ||
"name": "Huy Nguyen", | ||
"url": "https://github.com/huy-nguyen" | ||
} | ||
@@ -25,4 +29,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3aaf9f6b2e98a9cb105abf1785c018bf27f420c3756fe4cbf0e7a87682858f93", | ||
"typesPublisherContentHash": "6ca71834e3a49db1fd87ce22bad10a34230fbd360def1f916a9c3a73912a3bac", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 23 Mar 2017 23:43:34 GMT | ||
* Last updated: Tue, 28 Mar 2017 22:11:14 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>. | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, Huy Nguyen <https://github.com/huy-nguyen>. |
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
3590
71