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

react-router-dom/LICENSE

3

react-router-dom/index.d.ts

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

strict?: boolean;
isActive?(location: H.Location, props: any): boolean;
isActive?<P>(match: match<P>, location: H.Location): boolean;
}

@@ -62,2 +62,3 @@ class NavLink extends React.Component<NavLinkProps, void> {}

LinkProps, // TypeScript specific, not from React Router itself
NavLinkProps, // TypeScript specific, not from React Router itself
Link,

@@ -64,0 +65,0 @@ NavLink,

{
"name": "@types/react-router-dom",
"version": "4.0.3",
"version": "4.0.4",
"description": "TypeScript definitions for React Router",

@@ -28,4 +28,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "1e42b06be0ac907332e448c3faca31e08c871c3c826b9fb68ed792f753f6907f",
"typesPublisherContentHash": "a09df3bfbaec097fb7f91c4866c593a399acdb880eefb9a6b557e13e46cd39d1",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 30 Mar 2017 21:29:26 GMT
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT
* Dependencies: react-router, react, history

@@ -14,0 +14,0 @@ * Global values: none

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