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.3 to 4.2.4

8

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

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

// Joshua R. <https://github.com/JoshuaScript>
// Marcelo Cardoso <https://github.com/marcelovicentegc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -101,4 +102,9 @@ // TypeScript Version: 2.8

/**
* Set a scroll y position for the component to render with.
* Set any custom class you want
*/
className?: string;
/**
* Set any style which you want to override.
*/
style?: any;

@@ -105,0 +111,0 @@

14

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

@@ -26,9 +26,15 @@ "license": "MIT",

"githubUsername": "JoshuaScript"
},
{
"name": "Marcelo Cardoso",
"url": "https://github.com/marcelovicentegc",
"githubUsername": "marcelovicentegc"
}
],
"main": "",
"types": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-infinite-scroll-component"
},

@@ -39,4 +45,4 @@ "scripts": {},

},
"typesPublisherContentHash": "972c16a99dff95ebae53c2a41741d883c3fd36f93e78781890528607a4e1ecb1",
"typesPublisherContentHash": "0e90f1e408137f6b4b4dbc83aa2b9f911c856e3c9181fe85c91c10b590105216",
"typeScriptVersion": "2.8"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Mon, 15 Oct 2018 17:21:48 GMT
* Dependencies: react
* Last updated: Mon, 24 Jun 2019 19:44:15 GMT
* Dependencies: @types/react
* Global values: none
# Credits
These definitions were written by Stephanie Roy <https://github.com/sroy3>, Bartosz Dotryw <https://github.com/burtek>, David Kevork <https://github.com/davidkevork>, Joshua R. <https://github.com/JoshuaScript>.
These definitions were written by Stephanie Roy <https://github.com/sroy3>, Bartosz Dotryw <https://github.com/burtek>, David Kevork <https://github.com/davidkevork>, Joshua R. <https://github.com/JoshuaScript>, and Marcelo Cardoso <https://github.com/marcelovicentegc>.
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