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 5.1.14 to 5.1.15

4

react-router/index.d.ts

@@ -148,2 +148,6 @@ // Type definitions for React Router 5.1

? { [k in Param]?: U }
: T extends `${infer Param}*`
? { [k in Param]?: U }
: T extends `${infer Param}+`
? { [k in Param]: U }
: { [k in T]: U };

@@ -150,0 +154,0 @@

7

react-router/package.json
{
"name": "@types/react-router",
"version": "5.1.14",
"version": "5.1.15",
"description": "TypeScript definitions for React Router",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router",
"license": "MIT",

@@ -127,4 +128,4 @@ "contributors": [

},
"typesPublisherContentHash": "6ab7104d18e82494a9b4bd9bbeb1f55796f525bde99f0f0cd57bf6afee256363",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "dc2545f9c18a14a72c2efb96a90c8e4c6f1dafde83cf7383274153ec4ea3fcf5",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Wed, 05 May 2021 08:01:22 GMT
* Last updated: Mon, 07 Jun 2021 09:01:24 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/history](https://npmjs.com/package/@types/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