@types/react-router-redux
Advanced tools
Comparing version 4.0.56 to 4.0.57
@@ -1,10 +0,1 @@ | ||
// Type definitions for react-router-redux 4.0 | ||
// Project: https://github.com/rackt/react-router-redux | ||
// Definitions by: Isman Usoh <https://github.com/isman-usoh> | ||
// Noah Shipley <https://github.com/noah79> | ||
// Karol Janyst <https://github.com/LKay> | ||
// Dovydas Navickas <https://github.com/DovydasNavickas> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
import { History, Location, LocationDescriptor } from "history"; | ||
@@ -11,0 +2,0 @@ import { Action, Middleware, Store } from "redux"; |
{ | ||
"name": "@types/react-router-redux", | ||
"version": "4.0.56", | ||
"version": "4.0.57", | ||
"description": "TypeScript definitions for react-router-redux", | ||
@@ -10,19 +10,19 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-redux", | ||
"name": "Isman Usoh", | ||
"url": "https://github.com/isman-usoh", | ||
"githubUsername": "isman-usoh" | ||
"githubUsername": "isman-usoh", | ||
"url": "https://github.com/isman-usoh" | ||
}, | ||
{ | ||
"name": "Noah Shipley", | ||
"url": "https://github.com/noah79", | ||
"githubUsername": "noah79" | ||
"githubUsername": "noah79", | ||
"url": "https://github.com/noah79" | ||
}, | ||
{ | ||
"name": "Karol Janyst", | ||
"url": "https://github.com/LKay", | ||
"githubUsername": "LKay" | ||
"githubUsername": "LKay", | ||
"url": "https://github.com/LKay" | ||
}, | ||
{ | ||
"name": "Dovydas Navickas", | ||
"url": "https://github.com/DovydasNavickas", | ||
"githubUsername": "DovydasNavickas" | ||
"githubUsername": "DovydasNavickas", | ||
"url": "https://github.com/DovydasNavickas" | ||
} | ||
@@ -42,4 +42,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "9efadced172f18692086829f83267c8aa3c5cc7d5eba9fea0e272c1d358a7b77", | ||
"typesPublisherContentHash": "5ea5690e80a883d6563b388078a50f6ec67dc4b0d7f5350d2273629d5412b0fc", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,11 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for react-router-redux 4.0 | ||
// Project: https://github.com/rackt/react-router-redux | ||
// Definitions by: Isman Usoh <https://github.com/isman-usoh> | ||
// Noah Shipley <https://github.com/noah79> | ||
// Karol Janyst <https://github.com/LKay> | ||
// Dovydas Navickas <https://github.com/DovydasNavickas> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
import { History, Location, LocationDescriptor } from "history"; | ||
@@ -82,7 +73,6 @@ import { Action, Middleware, Store } from "redux"; | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/history](https://npmjs.com/package/@types/history), [@types/redux](https://npmjs.com/package/@types/redux) | ||
* Global values: none | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: [@types/history](https://npmjs.com/package/@types/history), [redux](https://npmjs.com/package/redux) | ||
# Credits | ||
These definitions were written by [Isman Usoh](https://github.com/isman-usoh), [Noah Shipley](https://github.com/noah79), [Karol Janyst](https://github.com/LKay), and [Dovydas Navickas](https://github.com/DovydasNavickas). |
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
6655
45
77