@types/react-router-redux
Advanced tools
Comparing version 5.0.12 to 5.0.13
@@ -5,2 +5,3 @@ // Type definitions for react-router-redux 5.0 | ||
// Shoya Tanaka <https://github.com/8398a7> | ||
// Mykolas <https://github.com/mykolas> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -23,2 +24,3 @@ // TypeScript Version: 2.6 | ||
import * as React from 'react'; | ||
import { match } from 'react-router'; | ||
@@ -82,1 +84,3 @@ export interface ConnectedRouterProps<State> { | ||
export function routerMiddleware(history: History): Middleware; | ||
export function createMatchSelector(path: string): (state: { router: RouterState }) => match<{}> | null; |
{ | ||
"name": "@types/react-router-redux", | ||
"version": "5.0.12", | ||
"version": "5.0.13", | ||
"description": "TypeScript definitions for react-router-redux", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "8398a7" | ||
}, | ||
{ | ||
"name": "Mykolas", | ||
"url": "https://github.com/mykolas", | ||
"githubUsername": "mykolas" | ||
} | ||
@@ -28,6 +33,7 @@ ], | ||
"@types/history": "*", | ||
"@types/react": "*" | ||
"@types/react": "*", | ||
"@types/react-router": "*" | ||
}, | ||
"typesPublisherContentHash": "6a2131c4ef2fbc1c4714f9b04444bd4425a8c144a6ff23b192013ee04c167c7f", | ||
"typesPublisherContentHash": "6ba7b0aa3020b7e4e2271e932bcf16c7fa929f3666626ebc30e80f2019a6dce9", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 12 Feb 2018 20:56:58 GMT | ||
* Dependencies: redux, history, react | ||
* Last updated: Wed, 28 Mar 2018 15:39:29 GMT | ||
* Dependencies: redux, history, react, react-router | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Huy Nguyen <https://github.com/huy-nguyen>, Shoya Tanaka <https://github.com/8398a7>. | ||
These definitions were written by Huy Nguyen <https://github.com/huy-nguyen>, Shoya Tanaka <https://github.com/8398a7>, Mykolas <https://github.com/mykolas>. |
Sorry, the diff of this file is not supported yet
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
5310
70
4
+ Added@types/react-router@*
+ Added@types/history@4.7.11(transitive)
+ Added@types/react-router@5.1.20(transitive)