@types/react-router-redux
Advanced tools
Comparing version 4.0.35 to 4.0.36
@@ -58,5 +58,9 @@ // Type definitions for react-router-redux v4.0.0 | ||
function routerReducer(state?: any, options?: any): R.Reducer<any>; | ||
interface RouterState { | ||
locationBeforeTransitions: History.Location | ||
} | ||
function routerReducer(state?: RouterState, options?: any): R.Reducer<RouterState> | ||
function syncHistoryWithStore(history: History.History, store: R.Store<any>, options?: SyncHistoryWithStoreOptions): ReactRouterReduxHistory; | ||
function routerMiddleware(history: History.History): R.Middleware; | ||
} |
{ | ||
"name": "@types/react-router-redux", | ||
"version": "4.0.35", | ||
"version": "4.0.36", | ||
"description": "TypeScript definitions for react-router-redux", | ||
@@ -19,3 +19,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f029a164b8077447cdac80b327ebf5b75a17838c58f32cb4dfd2ac5d5ea8672b" | ||
"typesPublisherContentHash": "89d40abee393e7301b74b247573dfaf3f40f078bcc95cd1f7b2e4c1054961b52", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,11 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-router-redux | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-router-redux | ||
Additional Details | ||
* Last updated: Tue, 29 Nov 2016 18:03:27 GMT | ||
* File structure: ProperModule | ||
* Last updated: Wed, 28 Dec 2016 00:35:06 GMT | ||
* Library Dependencies: react-router | ||
* Module Dependencies: history, redux | ||
* Global values: ReactRouterRedux | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Isman Usoh <http://github.com/isman-usoh>, Noah Shipley <https://github.com/noah79>, Dimitri Rosenberg <https://github.com/rosendi>. |
@@ -12,2 +12,3 @@ { | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "react-router-redux", | ||
@@ -17,7 +18,4 @@ "typingsPackageName": "react-router-redux", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"ReactRouterRedux" | ||
], | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
@@ -30,3 +28,3 @@ "react-router-redux" | ||
"hasPackageJson": true, | ||
"contentHash": "f029a164b8077447cdac80b327ebf5b75a17838c58f32cb4dfd2ac5d5ea8672b" | ||
"contentHash": "89d40abee393e7301b74b247573dfaf3f40f078bcc95cd1f7b2e4c1054961b52" | ||
} |
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
4506
78
18