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 4.4.0 to 4.4.1

2

react-router/index.d.ts

@@ -120,3 +120,3 @@ // Type definitions for React Router 4.4

export function matchPath<Params extends { [K in keyof Params]?: string }>(pathname: string, props: RouteProps, parent?: match<Params> | null): match<Params> | null;
export function matchPath<Params extends { [K in keyof Params]?: string }>(pathname: string, props: string | RouteProps, parent?: match<Params> | null): match<Params> | null;

@@ -123,0 +123,0 @@ export function generatePath(pattern: string, params?: { [paramName: string]: string | number | boolean }): string;

{
"name": "@types/react-router",
"version": "4.4.0",
"version": "4.4.1",
"description": "TypeScript definitions for React Router",

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

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

@@ -115,4 +115,4 @@ "type": "git",

},
"typesPublisherContentHash": "ed5e508cd681756dfc9c300f89a2fbd0bf02f680b208b95f97be2c47de32d34e",
"typesPublisherContentHash": "4da425aeb2ec915342b05f4094fcd804e275de4508b59ee92139a0c2018e5c45",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 31 Oct 2018 14:44:28 GMT
* Last updated: Wed, 07 Nov 2018 07:34:37 GMT
* Dependencies: react, history

@@ -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