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.4 to 4.4.5

5

react-router/index.d.ts

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

// Wesley Tsai <https://github.com/wezleytsai>
// Sebastian Silbermann <https://github.com/eps1lon>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -128,4 +129,4 @@ // TypeScript Version: 2.8

// Omit taken from https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html
export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
// Omit taken from https://github.com/Microsoft/TypeScript/issues/28339#issuecomment-467220238
export type Omit<T, K extends keyof T> = T extends any ? Pick<T, Exclude<keyof T, K>> : never;

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

12

react-router/package.json
{
"name": "@types/react-router",
"version": "4.4.4",
"version": "4.4.5",
"description": "TypeScript definitions for React Router",

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

"githubUsername": "wezleytsai"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
}

@@ -113,3 +118,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-router"
},

@@ -121,4 +127,4 @@ "scripts": {},

},
"typesPublisherContentHash": "9c2294d9b25e6c030e8ead7c51e37b71ac5519b0b3552a203f9acb90fe8b87f6",
"typesPublisherContentHash": "9bef55d15105f34213d6f3e42bc07e772334fd485e4b0d2e9b1627ffa2bb8501",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Tue, 12 Feb 2019 21:49:47 GMT
* Last updated: Thu, 07 Mar 2019 23:04:22 GMT
* Dependencies: @types/react, @types/history

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Sergey Buturlakin <https://github.com/sergey-buturlakin>, Yuichi Murata <https://github.com/mrk21>, Václav Ostrožlík <https://github.com/vasek17>, Nathan Brown <https://github.com/ngbrown>, Alex Wendland <https://github.com/awendland>, Kostya Esmukov <https://github.com/KostyaEsmukov>, John Reilly <https://github.com/johnnyreilly>, Karol Janyst <https://github.com/LKay>, Dovydas Navickas <https://github.com/DovydasNavickas>, Tanguy Krotoff <https://github.com/tkrotoff>, Huy Nguyen <https://github.com/huy-nguyen>, Jérémy Fauvel <https://github.com/grmiade>, Daniel Roth <https://github.com/DaIgeb>, Egor Shulga <https://github.com/egorshulga>, Youen Toupin <https://github.com/neuoy>, Rahul Raina <https://github.com/rraina>, Maksim Sharipov <https://github.com/pret-a-porter>, Duong Tran <https://github.com/t49tran>, Ben Smith <https://github.com/8enSmith>, Wesley Tsai <https://github.com/wezleytsai>.
These definitions were written by Sergey Buturlakin <https://github.com/sergey-buturlakin>, Yuichi Murata <https://github.com/mrk21>, Václav Ostrožlík <https://github.com/vasek17>, Nathan Brown <https://github.com/ngbrown>, Alex Wendland <https://github.com/awendland>, Kostya Esmukov <https://github.com/KostyaEsmukov>, John Reilly <https://github.com/johnnyreilly>, Karol Janyst <https://github.com/LKay>, Dovydas Navickas <https://github.com/DovydasNavickas>, Tanguy Krotoff <https://github.com/tkrotoff>, Huy Nguyen <https://github.com/huy-nguyen>, Jérémy Fauvel <https://github.com/grmiade>, Daniel Roth <https://github.com/DaIgeb>, Egor Shulga <https://github.com/egorshulga>, Youen Toupin <https://github.com/neuoy>, Rahul Raina <https://github.com/rraina>, Maksim Sharipov <https://github.com/pret-a-porter>, Duong Tran <https://github.com/t49tran>, Ben Smith <https://github.com/8enSmith>, Wesley Tsai <https://github.com/wezleytsai>, Sebastian Silbermann <https://github.com/eps1lon>.
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