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 2.0.46 to 3.0.0

4

react-router/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for react-router 2.0
// Type definitions for react-router 3.0
// Project: https://github.com/rackt/react-router
// Definitions 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>
// Definitions 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -5,0 +5,0 @@ // TypeScript Version: 2.1

@@ -90,2 +90,3 @@ import * as React from 'react';

routeParams?: R;
router?: InjectedRouter;
routes?: PlainRoute[];

@@ -92,0 +93,0 @@ children?: React.ReactElement<any>;

{
"name": "@types/react-router",
"version": "2.0.46",
"version": "3.0.0",
"description": "TypeScript definitions for react-router",
"license": "MIT",
"author": "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>",
"author": "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>",
"main": "",

@@ -18,4 +18,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "eb08fdf20159266c05a284b1a0ccc1e9e67c9ab8f98024b9a53ee2ef40276af3",
"typesPublisherContentHash": "4c6bf2c167666ab9d0861fc7584e9b73a54b63a685d563839411261716d9f7f7",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:31 GMT
* Last updated: Fri, 27 Jan 2017 22:02:16 GMT
* Dependencies: history, react

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

# 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>.
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>.

@@ -6,3 +6,3 @@ {

"data": {
"authors": "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>",
"authors": "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>",
"dependencies": {

@@ -15,3 +15,3 @@ "history": 2,

},
"libraryMajorVersion": 2,
"libraryMajorVersion": 3,
"libraryMinorVersion": 0,

@@ -28,24 +28,24 @@ "typeScriptVersion": "2.1",

"react-router/.",
"react-router/lib/IndexRedirect",
"react-router/lib/Router",
"react-router/lib/Link",
"react-router/lib/Redirect",
"react-router/lib/IndexLink",
"react-router/lib/IndexRoute",
"react-router/lib/RouteContext",
"react-router/lib/routerHistory",
"react-router/lib/Route",
"react-router/lib/Lifecycle",
"react-router/lib/RouteContext",
"react-router/lib/browserHistory",
"react-router/lib/hashHistory",
"react-router/lib/Route",
"react-router/lib/RouterContext",
"react-router/lib/useRoutes",
"react-router/lib/PatternUtils",
"react-router/lib/Redirect",
"react-router/lib/PropTypes",
"react-router/lib/IndexRoute",
"react-router/lib/RouteUtils",
"react-router/lib/browserHistory",
"react-router/lib/match",
"react-router/lib/useRouterHistory",
"react-router/lib/createMemoryHistory",
"react-router/lib/PropTypes",
"react-router/lib/withRouter",
"react-router/lib/applyRouterMiddleware",
"react-router/lib/RouterContext",
"react-router/lib/createMemoryHistory",
"react-router/lib/match",
"react-router/lib/Router",
"react-router/lib/IndexRedirect"
"react-router/lib/applyRouterMiddleware"
],

@@ -78,5 +78,5 @@ "files": [

"hasPackageJson": false,
"contentHash": "eb08fdf20159266c05a284b1a0ccc1e9e67c9ab8f98024b9a53ee2ef40276af3"
"contentHash": "4c6bf2c167666ab9d0861fc7584e9b73a54b63a685d563839411261716d9f7f7"
},
"isLatest": true
}
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