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.19 to 3.0.20

2

react-router v3/index.d.ts

@@ -58,3 +58,3 @@ // Type definitions for react-router 3.0

export { routerShape, locationShape } from "react-router/lib/PropTypes";
export { default as match } from "react-router/lib/match";
export { default as match, MatchHistoryArgs, MatchLocationArgs, MatchCallback } from "react-router/lib/match";
export { default as useRouterHistory } from "react-router/lib/useRouterHistory";

@@ -61,0 +61,0 @@ export { formatPattern } from "react-router/lib/PatternUtils";

@@ -1,2 +0,2 @@

import { Basename, History, LocationDescriptor } from "history";
import { Basename, History, Location, LocationDescriptor } from "history";
import { ParseQueryString, RouteConfig, StringifyQuery } from "react-router";

@@ -3,0 +3,0 @@

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

@@ -69,2 +69,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -79,4 +80,4 @@ "type": "git",

},
"typesPublisherContentHash": "8af45623d27a02b1c98247643aae6584f2848f4dfa60fb67bd4d8c7839488a5d",
"typesPublisherContentHash": "e46e7ed493bf565e66d9682fcdeef109a2593a060977bd085d5c9d40351db54f",
"typeScriptVersion": "2.8"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 03 Oct 2018 17:56:18 GMT
* Dependencies: history, react
* Last updated: Thu, 03 Jan 2019 13:51:57 GMT
* Dependencies: @types/history, @types/react
* Global values: none

@@ -15,0 +15,0 @@

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