@types/react-router-dom
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -46,2 +46,3 @@ // Type definitions for react-router-dom 5.3 | ||
basename?: string | undefined; | ||
children?: React.ReactNode; | ||
getUserConfirmation?: ((message: string, callback: (ok: boolean) => void) => void) | undefined; | ||
@@ -55,2 +56,3 @@ forceRefresh?: boolean | undefined; | ||
basename?: string | undefined; | ||
children?: React.ReactNode; | ||
getUserConfirmation?: ((message: string, callback: (ok: boolean) => void) => void) | undefined; | ||
@@ -57,0 +59,0 @@ hashType?: 'slash' | 'noslash' | 'hashbang' | undefined; |
{ | ||
"name": "@types/react-router-dom", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "TypeScript definitions for react-router-dom", | ||
@@ -52,4 +52,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-dom", | ||
}, | ||
"typesPublisherContentHash": "610e4ddcb9983d1756d1f7e0a4c49073e3c8faf8f93d66e718e4fca0c386401b", | ||
"typesPublisherContentHash": "159033756d1b914396a736bccf53a612e0146c6a68eaa26f30e37118d5e49441", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Sep 2021 18:31:45 GMT | ||
* Last updated: Wed, 06 Oct 2021 20:31:30 GMT | ||
* Dependencies: [@types/react-router](https://npmjs.com/package/@types/react-router), [@types/react](https://npmjs.com/package/@types/react), [@types/history](https://npmjs.com/package/@types/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
7334
89