@types/redux-first-router
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -12,2 +12,3 @@ // Type definitions for redux-first-router 2.1 | ||
// Adam Rich <https://github.com/adam1658> | ||
// Karl-Aksel Puulmann <https://github.com/macobo> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -375,1 +376,3 @@ // TypeScript Version: 2.8 | ||
export function updateScroll(): void; | ||
export function selectLocationState<TState = any>(state: TState): LocationState; |
{ | ||
"name": "@types/redux-first-router", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "TypeScript definitions for redux-first-router", | ||
@@ -51,6 +51,11 @@ "license": "MIT", | ||
"githubUsername": "adam1658" | ||
}, | ||
{ | ||
"name": "Karl-Aksel Puulmann", | ||
"url": "https://github.com/macobo", | ||
"githubUsername": "macobo" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -66,4 +71,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "b7d856caaeb08d175836266a012516d5e75a4157cce0eae970bcc1c68bf57e42", | ||
"typesPublisherContentHash": "b9fcef0ebec8c7c215818bd6ce18a62bf0e5486e9f9f803f9d825cd26e2c03ce", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-first-router | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-first-router. | ||
Additional Details | ||
* Last updated: Tue, 30 Jul 2019 21:26:46 GMT | ||
* Dependencies: @types/redux, @types/history | ||
### Additional Details | ||
* Last updated: Sat, 25 Jan 2020 00:56:15 GMT | ||
* Dependencies: [@types/redux](https://npmjs.com/package/@types/redux), [@types/history](https://npmjs.com/package/@types/history) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Valbrand <https://github.com/Valbrand>, viggyfresh <https://github.com/viggyfresh>, janb87 <https://github.com/janb87>, corydeppen <https://github.com/corydeppen>, jscinoz <https://github.com/jscinoz>, surgeboris <https://github.com/surgeboris>, geirsagberg <https://github.com/geirsagberg>, Harry Hedger <https://github.com/hedgerh>, and Adam Rich <https://github.com/adam1658>. | ||
These definitions were written by Valbrand (https://github.com/Valbrand), viggyfresh (https://github.com/viggyfresh), janb87 (https://github.com/janb87), corydeppen (https://github.com/corydeppen), jscinoz (https://github.com/jscinoz), surgeboris (https://github.com/surgeboris), geirsagberg (https://github.com/geirsagberg), Harry Hedger (https://github.com/hedgerh), Adam Rich (https://github.com/adam1658), and Karl-Aksel Puulmann (https://github.com/macobo). |
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
16371
318