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

@types/react-router

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router - npm Package Compare versions

Comparing version 3.0.23 to 3.0.24

2

react-router v3.0/lib/Router.d.ts

@@ -54,3 +54,3 @@ import { Component, ComponentClass, ClassAttributes, ReactNode, StatelessComponent } from "react";

type ActiveFunction = (location: LocationDescriptor, indexOnly?: boolean) => boolean;
type LeaveHookFunction = (route: any, callback: RouteHook) => void;
type LeaveHookFunction = (route: any, callback: RouteHook) => () => void;
type CreatePartFunction<Part> = (pathOrLoc: LocationDescriptor, query?: any) => Part;

@@ -57,0 +57,0 @@

{
"name": "@types/react-router",
"version": "3.0.23",
"version": "3.0.24",
"description": "TypeScript definitions for react-router",

@@ -80,4 +80,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "e5d5fbc83835fd5d9e368e304104091f33ec79cfefe42697bd5f58fb4d61ae4b",
"typesPublisherContentHash": "a1e4091a9d49ac8f4835d362bd6703ce47f58bd3a95045dcc14b226e38e8e77f",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 11:32:26 GMT
* Last updated: Wed, 12 Aug 2020 02:39:27 GMT
* Dependencies: [@types/history](https://npmjs.com/package/@types/history), [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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