@types/react-router-redux
Advanced tools
Comparing version 4.0.36 to 4.0.37
@@ -62,5 +62,5 @@ // Type definitions for react-router-redux v4.0.0 | ||
function routerReducer(state?: RouterState, options?: any): R.Reducer<RouterState> | ||
function routerReducer(state?: RouterState, action?: R.Action): 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.36", | ||
"version": "4.0.37", | ||
"description": "TypeScript definitions for react-router-redux", | ||
@@ -19,4 +19,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "89d40abee393e7301b74b247573dfaf3f40f078bcc95cd1f7b2e4c1054961b52", | ||
"typesPublisherContentHash": "7b2e3f233777da97005d489c1dc9a9dafbb390b19347714d99226ecdec0d2bf8", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 28 Dec 2016 00:35:06 GMT | ||
* Library Dependencies: react-router | ||
* Module Dependencies: history, redux | ||
* Last updated: Thu, 12 Jan 2017 17:53:52 GMT | ||
* Dependencies: redux, history, react-router | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Isman Usoh <http://github.com/isman-usoh>, Noah Shipley <https://github.com/noah79>, Dimitri Rosenberg <https://github.com/rosendi>", | ||
"libraryDependencies": [ | ||
"react-router" | ||
], | ||
"moduleDependencies": [ | ||
"history", | ||
"redux" | ||
], | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"name": "react-router-redux", | ||
"libraryName": "react-router-redux", | ||
"typingsPackageName": "react-router-redux", | ||
"projectName": "https://github.com/rackt/react-router-redux", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-router-redux" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": true, | ||
"contentHash": "89d40abee393e7301b74b247573dfaf3f40f078bcc95cd1f7b2e4c1054961b52" | ||
"data": { | ||
"authors": "Isman Usoh <http://github.com/isman-usoh>, Noah Shipley <https://github.com/noah79>, Dimitri Rosenberg <https://github.com/rosendi>", | ||
"dependencies": { | ||
"redux": "*", | ||
"history": "*", | ||
"react-router": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "react-router-redux", | ||
"typingsPackageName": "react-router-redux", | ||
"projectName": "https://github.com/rackt/react-router-redux", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-router-redux/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": true, | ||
"contentHash": "7b2e3f233777da97005d489c1dc9a9dafbb390b19347714d99226ecdec0d2bf8" | ||
}, | ||
"isLatest": true | ||
} |
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
4726
82
17