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.36 to 4.0.37

2

react-router-redux/index.d.ts

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