@types/react-router-dom
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4461