Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-infinite-scroller

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-infinite-scroller - npm Package Compare versions

Comparing version 1.0.8 to 1.2.0

7

react-infinite-scroller/index.d.ts

@@ -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> {

10

react-infinite-scroller/package.json
{
"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>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc