Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-router-dom

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router-dom - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

7

react-router-dom/index.d.ts
// Type definitions for React Router 4.0
// Project: https://github.com/ReactTraining/react-router
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Huy Nguyen <https://github.com/huy-nguyen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -20,3 +21,4 @@ // TypeScript Version: 2.2

matchPath,
withRouter
withRouter,
RouterChildContext
} from 'react-router';

@@ -78,4 +80,5 @@ import * as React from 'react';

matchPath,
withRouter
withRouter,
RouterChildContext
}
}
{
"name": "@types/react-router-dom",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for React Router",

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

"url": "https://github.com/tkrotoff"
},
{
"name": "Huy Nguyen",
"url": "https://github.com/huy-nguyen"
}

@@ -25,4 +29,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "3aaf9f6b2e98a9cb105abf1785c018bf27f420c3756fe4cbf0e7a87682858f93",
"typesPublisherContentHash": "6ca71834e3a49db1fd87ce22bad10a34230fbd360def1f916a9c3a73912a3bac",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 23 Mar 2017 23:43:34 GMT
* Last updated: Tue, 28 Mar 2017 22:11:14 GMT
* Dependencies: react-router, react, history

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

# Credits
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>.
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, Huy Nguyen <https://github.com/huy-nguyen>.
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