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 5.0.12 to 5.0.13

4

react-router-redux/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for react-router-redux 5.0

// Shoya Tanaka <https://github.com/8398a7>
// Mykolas <https://github.com/mykolas>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -23,2 +24,3 @@ // TypeScript Version: 2.6

import * as React from 'react';
import { match } from 'react-router';

@@ -82,1 +84,3 @@ export interface ConnectedRouterProps<State> {

export function routerMiddleware(history: History): Middleware;
export function createMatchSelector(path: string): (state: { router: RouterState }) => match<{}> | null;

12

react-router-redux/package.json
{
"name": "@types/react-router-redux",
"version": "5.0.12",
"version": "5.0.13",
"description": "TypeScript definitions for react-router-redux",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "8398a7"
},
{
"name": "Mykolas",
"url": "https://github.com/mykolas",
"githubUsername": "mykolas"
}

@@ -28,6 +33,7 @@ ],

"@types/history": "*",
"@types/react": "*"
"@types/react": "*",
"@types/react-router": "*"
},
"typesPublisherContentHash": "6a2131c4ef2fbc1c4714f9b04444bd4425a8c144a6ff23b192013ee04c167c7f",
"typesPublisherContentHash": "6ba7b0aa3020b7e4e2271e932bcf16c7fa929f3666626ebc30e80f2019a6dce9",
"typeScriptVersion": "2.6"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Mon, 12 Feb 2018 20:56:58 GMT
* Dependencies: redux, history, react
* Last updated: Wed, 28 Mar 2018 15:39:29 GMT
* Dependencies: redux, history, react, react-router
* Global values: none
# Credits
These definitions were written by Huy Nguyen <https://github.com/huy-nguyen>, Shoya Tanaka <https://github.com/8398a7>.
These definitions were written by Huy Nguyen <https://github.com/huy-nguyen>, Shoya Tanaka <https://github.com/8398a7>, Mykolas <https://github.com/mykolas>.

Sorry, the diff of this file is not supported yet

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