Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-router-redux

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router-redux - npm Package Compare versions

Comparing version 4.0.35 to 4.0.36

6

react-router-redux/index.d.ts

@@ -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;
}

5

react-router-redux/package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc