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.3 to 4.4.4

3

react-router/index.d.ts

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

// Ben Smith <https://github.com/8enSmith>
// Wesley Tsai <https://github.com/wezleytsai>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -132,3 +133,3 @@ // TypeScript Version: 2.8

export function generatePath(pattern: string, params?: { [paramName: string]: string | number | boolean }): string;
export function generatePath(pattern: string, params?: { [paramName: string]: string | number | boolean | undefined }): string;

@@ -135,0 +136,0 @@ // There is a known issue in TypeScript, which doesn't allow decorators to change the signature of the classes

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

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

"githubUsername": "8enSmith"
},
{
"name": "Wesley Tsai",
"url": "https://github.com/wezleytsai",
"githubUsername": "wezleytsai"
}

@@ -115,4 +120,4 @@ ],

},
"typesPublisherContentHash": "1fe4b3b214111639b0c3c2ffdb6816272b94e0c269aa7564c1b32a47c72266b0",
"typesPublisherContentHash": "9c2294d9b25e6c030e8ead7c51e37b71ac5519b0b3552a203f9acb90fe8b87f6",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for React Router (https://github.com/ReactTraining/react-router).
This package contains type definitions for React Router ( https://github.com/ReactTraining/react-router ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 12 Dec 2018 19:18:25 GMT
* Last updated: Tue, 12 Feb 2019 21:49:47 GMT
* Dependencies: @types/react, @types/history

@@ -18,2 +18,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>.
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>.
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