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.41 to 2.0.42

9

react-router/package.json
{
"name": "@types/react-router",
"version": "2.0.41",
"version": "2.0.42",
"description": "TypeScript definitions for react-router",

@@ -14,7 +14,8 @@ "license": "MIT",

"dependencies": {
"@types/history": "*",
"@types/react": "*"
"@types/react": "*",
"@types/history": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "42e63d91e456da7c4f2cd4c90ba8f9fd4a53d475c62610b1baccb0daa86cf0c9"
"typesPublisherContentHash": "c18a28bf03aab22204f412a70a4d28a5895f2406ef522fa6a5e3704c710a405a",
"typeScriptVersion": "2.0"
}

@@ -8,12 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-router
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-router
Additional Details
* Last updated: Mon, 28 Nov 2016 19:18:10 GMT
* File structure: UMD
* Library Dependencies: history
* Module Dependencies: history, react
* Global values: IndexLink, Lifecycle, Link, ReactRouter, RouteContext, Router, browserHistory, hashHistory, self, useRoutes, withRouter
* Last updated: Tue, 10 Jan 2017 18:52:38 GMT
* Dependencies: react, history
* 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>.
{
"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>",
"libraryDependencies": [
"history"
],
"moduleDependencies": [
"history",
"react"
],
"libraryMajorVersion": 2,
"libraryMinorVersion": 0,
"name": "react-router",
"libraryName": "react-router",
"typingsPackageName": "react-router",
"projectName": "https://github.com/rackt/react-router",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "UMD",
"globals": [
"IndexLink",
"Lifecycle",
"Link",
"ReactRouter",
"RouteContext",
"Router",
"browserHistory",
"hashHistory",
"self",
"useRoutes",
"withRouter"
],
"declaredModules": [],
"files": [
"index.d.ts",
"lib\\History.d.ts",
"lib\\IndexLink.d.ts",
"lib\\IndexRedirect.d.ts",
"lib\\IndexRoute.d.ts",
"lib\\Lifecycle.d.ts",
"lib\\Link.d.ts",
"lib\\PatternUtils.d.ts",
"lib\\PropTypes.d.ts",
"lib\\Redirect.d.ts",
"lib\\Route.d.ts",
"lib\\RouteContext.d.ts",
"lib\\RouteUtils.d.ts",
"lib\\Router.d.ts",
"lib\\RouterContext.d.ts",
"lib\\applyRouterMiddleware.d.ts",
"lib\\browserHistory.d.ts",
"lib\\createMemoryHistory.d.ts",
"lib\\hashHistory.d.ts",
"lib\\match.d.ts",
"lib\\useRouterHistory.d.ts",
"lib\\useRoutes.d.ts",
"lib\\withRouter.d.ts"
],
"hasPackageJson": false,
"contentHash": "42e63d91e456da7c4f2cd4c90ba8f9fd4a53d475c62610b1baccb0daa86cf0c9"
"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>",
"dependencies": {
"react": "*",
"history": "*"
},
"libraryMajorVersion": 2,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "react-router",
"typingsPackageName": "react-router",
"projectName": "https://github.com/rackt/react-router",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [
"ReactRouter"
],
"declaredModules": [
"react-router/.",
"react-router/lib/Router",
"react-router/lib/Link",
"react-router/lib/IndexLink",
"react-router/lib/IndexRedirect",
"react-router/lib/IndexRoute",
"react-router/lib/Redirect",
"react-router/lib/Route",
"react-router/lib/History",
"react-router/lib/Lifecycle",
"react-router/lib/RouteContext",
"react-router/lib/browserHistory",
"react-router/lib/hashHistory",
"react-router/lib/useRoutes",
"react-router/lib/RouteUtils",
"react-router/lib/PatternUtils",
"react-router/lib/RouterContext",
"react-router/lib/PropTypes",
"react-router/lib/match",
"react-router/lib/useRouterHistory",
"react-router/lib/createMemoryHistory",
"react-router/lib/withRouter",
"react-router/lib/applyRouterMiddleware"
],
"files": [
"index.d.ts",
"lib/History.d.ts",
"lib/IndexLink.d.ts",
"lib/IndexRedirect.d.ts",
"lib/IndexRoute.d.ts",
"lib/Lifecycle.d.ts",
"lib/Link.d.ts",
"lib/PatternUtils.d.ts",
"lib/PropTypes.d.ts",
"lib/Redirect.d.ts",
"lib/Route.d.ts",
"lib/RouteContext.d.ts",
"lib/RouteUtils.d.ts",
"lib/Router.d.ts",
"lib/RouterContext.d.ts",
"lib/applyRouterMiddleware.d.ts",
"lib/browserHistory.d.ts",
"lib/createMemoryHistory.d.ts",
"lib/hashHistory.d.ts",
"lib/match.d.ts",
"lib/useRouterHistory.d.ts",
"lib/useRoutes.d.ts",
"lib/withRouter.d.ts"
],
"hasPackageJson": false,
"contentHash": "c18a28bf03aab22204f412a70a4d28a5895f2406ef522fa6a5e3704c710a405a"
},
"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