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.2.1 to 4.2.2

4

react-router-dom/index.d.ts

@@ -30,3 +30,3 @@ // Type definitions for React Router 4.2

basename?: string;
getUserConfirmation?(): void;
getUserConfirmation?: ((message: string, callback: (ok: boolean) => void) => void);
forceRefresh?: boolean;

@@ -39,3 +39,3 @@ keyLength?: number;

basename?: string;
getUserConfirmation?(): void;
getUserConfirmation?: ((message: string, callback: (ok: boolean) => void) => void);
hashType?: 'slash' | 'noslash' | 'hashbang';

@@ -42,0 +42,0 @@ }

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

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

},
"typesPublisherContentHash": "8917fb767669ffcd4384de16d5100bc6d21b0b71736097a7bfb9b666127ed88e",
"typesPublisherContentHash": "f17c68b43ecff988141600c8a8468f989b6d7f9d755e9b32bb0586c954d0f6f1",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 09 Nov 2017 09:57:16 GMT
* Last updated: Tue, 21 Nov 2017 19:01:51 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