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 5.0.25 to 5.0.26

4

react-router-redux/index.d.ts
import { History, Location, LocationDescriptor, LocationState, Path } from "history";
import * as React from "react";
import { match } from "react-router";
import { Dispatch, Middleware, Reducer, Store } from "redux";
import { Action, Dispatch, Middleware, Reducer, Store } from "redux";

@@ -19,3 +19,3 @@ export interface ConnectedRouterProps<State> {

export const routerReducer: Reducer<RouterState>;
export const routerReducer: Reducer<RouterState, Action>;

@@ -22,0 +22,0 @@ export const CALL_HISTORY_METHOD = "@@router/CALL_HISTORY_METHOD";

{
"name": "@types/react-router-redux",
"version": "5.0.25",
"version": "5.0.26",
"description": "TypeScript definitions for react-router-redux",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-redux",

},
"typesPublisherContentHash": "6a12c76d984feb9f816c0bd061dfccda535c8dd8e973088d5c4554f5ef86971e",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "85c40b542d4d1f87040bed30f7d184cdd1ad5f6af5b4c990a458e3de1dc27349",
"typeScriptVersion": "4.6"
}

@@ -14,3 +14,3 @@ # Installation

import { match } from "react-router";
import { Dispatch, Middleware, Reducer, Store } from "redux";
import { Action, Dispatch, Middleware, Reducer, Store } from "redux";

@@ -30,3 +30,3 @@ export interface ConnectedRouterProps<State> {

export const routerReducer: Reducer<RouterState>;
export const routerReducer: Reducer<RouterState, Action>;

@@ -82,3 +82,3 @@ export const CALL_HISTORY_METHOD = "@@router/CALL_HISTORY_METHOD";

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Fri, 29 Dec 2023 23:35:39 GMT
* Dependencies: [@types/history](https://npmjs.com/package/@types/history), [@types/react](https://npmjs.com/package/@types/react), [@types/react-router](https://npmjs.com/package/@types/react-router), [redux](https://npmjs.com/package/redux)

@@ -85,0 +85,0 @@

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