@types/react-infinite-scroller
Advanced tools
Comparing version 1.0.8 to 1.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-infinite-scroller 1.0 | ||
// Type definitions for react-infinite-scroller 1.2 | ||
// Project: https://github.com/CassetteRocks/react-infinite-scroller | ||
@@ -6,2 +6,3 @@ // Definitions by: Lauri Lavanti <https://github.com/Lapanti>, | ||
// Brett Miller <https://github.com/WrathZA> | ||
// Yipeng Zhao <https://github.com/daggerjames> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -66,2 +67,6 @@ // TypeScript Version: 2.8 | ||
loader?: React.ReactElement<any>; | ||
/** | ||
* Override method to return a different scroll listener if it's not the immediate parent of InfiniteScroll. | ||
*/ | ||
getScrollParent?(): HTMLElement | null; | ||
} | ||
@@ -68,0 +73,0 @@ class InfiniteScroll extends React.Component<InfiniteScrollProps> { |
{ | ||
"name": "@types/react-infinite-scroller", | ||
"version": "1.0.8", | ||
"version": "1.2.0", | ||
"description": "TypeScript definitions for react-infinite-scroller", | ||
@@ -21,5 +21,11 @@ "license": "MIT", | ||
"githubUsername": "WrathZA" | ||
}, | ||
{ | ||
"name": "Yipeng Zhao", | ||
"url": "https://github.com/daggerjames", | ||
"githubUsername": "daggerjames" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -33,4 +39,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "1e475bac046db180bf9fa9c8aeb088f92e66afbd84e4590dd6160dadc3b792d0", | ||
"typesPublisherContentHash": "5cfceba3c4b29f9ed0775259d03de7cc063c8b0d00da3e7649d19608475faadf", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Oct 2018 17:40:35 GMT | ||
* Last updated: Tue, 06 Nov 2018 21:38:45 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Lauri Lavanti <https://github.com/Lapanti>, Piotr Srebniak <https://github.com/psrebniak>, Brett Miller <https://github.com/WrathZA>. | ||
These definitions were written by Lauri Lavanti <https://github.com/Lapanti>, Piotr Srebniak <https://github.com/psrebniak>, Brett Miller <https://github.com/WrathZA>, Yipeng Zhao <https://github.com/daggerjames>. |
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
5761
74