Socket
Socket
Sign inDemoInstall

@types/react-infinite-scroll-component

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

10

react-infinite-scroll-component/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for react-infinite-scroll-component 4.2

// Bartosz Dotryw <https://github.com/burtek>
// David Kevork <https://github.com/davidkevork>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -38,3 +39,3 @@ // TypeScript Version: 2.8

*/
loader?: React.ReactNode;
loader: React.ReactNode;

@@ -64,3 +65,3 @@ /**

*/
releaseToRefreshContent?: boolean;
releaseToRefreshContent?: React.ReactNode;

@@ -91,2 +92,7 @@ /**

/**
* Children component which will be rendered
*/
children?: React.ReactNode;
/**
* Set a scroll y position for the component to render with.

@@ -93,0 +99,0 @@ */

9

react-infinite-scroll-component/package.json
{
"name": "@types/react-infinite-scroll-component",
"version": "4.2.1",
"version": "4.2.2",
"description": "TypeScript definitions for react-infinite-scroll-component",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "burtek"
},
{
"name": "David Kevork",
"url": "https://github.com/davidkevork",
"githubUsername": "davidkevork"
}

@@ -28,4 +33,4 @@ ],

},
"typesPublisherContentHash": "1a4eb7213db14b4bd5e99446cfc51460966d6ae516f9e36cf05949a6c57e3276",
"typesPublisherContentHash": "5486ba35db8d5a7f1d3b3e93cb7f16ea2acde83c7abf1cd52af4e8dd6a5fe5ba",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Sat, 04 Aug 2018 00:56:32 GMT
* Last updated: Fri, 31 Aug 2018 20:06:31 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Stephanie Roy <https://github.com/sroy3>, Bartosz Dotryw <https://github.com/burtek>.
These definitions were written by Stephanie Roy <https://github.com/sroy3>, Bartosz Dotryw <https://github.com/burtek>, David Kevork <https://github.com/davidkevork>.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc