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.0.14 to 4.0.15

3

react-router/index.d.ts

@@ -16,2 +16,3 @@ // Type definitions for React Router 4.0

// Daniel Roth <https://github.com/DaIgeb>
// Egor Shulga <https://github.com/egorshulga>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -104,1 +105,3 @@ // TypeScript Version: 2.3

export function withRouter<P>(component: React.ComponentType<RouteComponentProps<any> & P>): React.ComponentClass<P>;
// decorator signature
export function withRouter<P, TFunction extends React.ComponentClass<P>>(target: TFunction): TFunction;

9

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

@@ -58,2 +58,6 @@ "license": "MIT",

"url": "https://github.com/DaIgeb"
},
{
"name": "Egor Shulga",
"url": "https://github.com/egorshulga"
}

@@ -71,5 +75,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "579df3776472e541fac75337bdc38a010c1f2bcf813dd8556d5dc4c6cd124986",
"typesPublisherContentHash": "018cbf9c8b6c1226363ee8a44f5376eada379077d9e29e6e94b079ab5fc847e1",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 10 Jul 2017 19:46:47 GMT
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT
* Dependencies: react, 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>.
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>.
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