@types/redux-first-router
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -38,3 +38,3 @@ // Type definitions for redux-first-router 2.1 | ||
navKey?: string; | ||
path: string; | ||
path?: string; | ||
thunk?: RouteThunk<TState>; | ||
@@ -41,0 +41,0 @@ fromPath?(path: string, key?: string): string; |
{ | ||
"name": "@types/redux-first-router", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for redux-first-router", | ||
@@ -47,11 +47,12 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/redux-first-router" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"redux": "^4.0.0", | ||
"@types/history": "*" | ||
"@types/history": "*", | ||
"redux": "^4.0.0" | ||
}, | ||
"typesPublisherContentHash": "e880142f8a180e486434a68b0987f09707e59523e08800eceea8a0d16eeae6ce", | ||
"typesPublisherContentHash": "2745291898e2876afa4671ce5acc367b53a6c784f1f096747813480849433095", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for redux-first-router (https://github.com/faceyspacey/redux-first-router#readme). | ||
This package contains type definitions for redux-first-router ( https://github.com/faceyspacey/redux-first-router#readme ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 29 Nov 2018 23:46:26 GMT | ||
* Dependencies: redux, history | ||
* Last updated: Tue, 14 May 2019 21:00:38 GMT | ||
* Dependencies: @types/redux, @types/history | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
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
15303