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.4.1 to 4.4.2

2

react-router/index.d.ts

@@ -71,3 +71,3 @@ // Type definitions for React Router 4.4

location: H.Location<S>;
match: match<Params>;
match: match<Params> | null;
staticContext?: C;

@@ -74,0 +74,0 @@ }

{
"name": "@types/react-router",
"version": "4.4.1",
"version": "4.4.2",
"description": "TypeScript definitions for React Router",

@@ -111,7 +111,7 @@ "license": "MIT",

"dependencies": {
"@types/react": "*",
"@types/history": "*"
"@types/history": "*",
"@types/react": "*"
},
"typesPublisherContentHash": "4da425aeb2ec915342b05f4094fcd804e275de4508b59ee92139a0c2018e5c45",
"typesPublisherContentHash": "722799158ba3cbff1af3883d2509c5619ea438342740189120a03315502880ad",
"typeScriptVersion": "2.8"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 07 Nov 2018 07:34:37 GMT
* Dependencies: react, history
* Last updated: Tue, 11 Dec 2018 07:17:41 GMT
* Dependencies: @types/react, @types/history
* Global values: none

@@ -15,0 +15,0 @@

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