Socket
Socket
Sign inDemoInstall

@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.29 to 4.0.30

6

react-router-redux/index.d.ts

@@ -26,3 +26,3 @@ // Type definitions for react-router-redux v4.0.0

type LocationDescriptor = History.Location | History.Path;
type LocationDescriptor = History.LocationDescriptor;
type PushAction = (nextLocation: LocationDescriptor) => RouterAction;

@@ -59,5 +59,5 @@ type ReplaceAction = (nextLocation: LocationDescriptor) => RouterAction;

function routerReducer(state?: any, options?: any): R.Reducer;
function syncHistoryWithStore(history: History.History, store: R.Store, options?: SyncHistoryWithStoreOptions): ReactRouterReduxHistory;
function routerReducer(state?: any, options?: any): R.Reducer<any>;
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.29",
"version": "4.0.30",
"description": "TypeScript definitions for react-router-redux v4.0.0",

@@ -15,3 +15,3 @@ "license": "MIT",

"@types/history": "2.0.*",
"@types/redux": "3.3.*",
"@types/redux": "3.5.*",
"@types/react-router": "2.0.*"

@@ -18,0 +18,0 @@ },

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 25 Jul 2016 21:17:21 GMT
* Last updated: Tue, 02 Aug 2016 15:43:00 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: react-router

@@ -29,3 +29,3 @@ {

"hasPackageJson": false,
"contentHash": "a2425588f96534813a42fed2002585a60632ed68cb8e8889797490d11e667da3"
"contentHash": "d063c3b4d94e442c30a8980ea68989a2a180e541756073c4b50952f655870657"
}
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