New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 1.0.8

5

react-infinite-scroller/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for react-infinite-scroller 1.0

// Piotr Srebniak <https://github.com/psrebniak>
// Brett Miller <https://github.com/WrathZA>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -66,3 +67,5 @@ // TypeScript Version: 2.8

}
class InfiniteScroll extends React.Component<InfiniteScrollProps> { }
class InfiniteScroll extends React.Component<InfiniteScrollProps> {
getParentElement(elem?: HTMLElement | null): HTMLElement | undefined | null;
}
namespace InfiniteScroll {}

@@ -69,0 +72,0 @@ }

9

react-infinite-scroller/package.json
{
"name": "@types/react-infinite-scroller",
"version": "1.0.7",
"version": "1.0.8",
"description": "TypeScript definitions for react-infinite-scroller",

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

"githubUsername": "psrebniak"
},
{
"name": "Brett Miller",
"url": "https://github.com/WrathZA",
"githubUsername": "WrathZA"
}

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

},
"typesPublisherContentHash": "651123a8d279c6c9dd8a1953e8db515f0d4d06b4ef8384d8964cd6141941d6bf",
"typesPublisherContentHash": "1e475bac046db180bf9fa9c8aeb088f92e66afbd84e4590dd6160dadc3b792d0",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Sat, 04 Aug 2018 00:56:32 GMT
* Last updated: Mon, 08 Oct 2018 17:40:35 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>.
These definitions were written by Lauri Lavanti <https://github.com/Lapanti>, Piotr Srebniak <https://github.com/psrebniak>, Brett Miller <https://github.com/WrathZA>.

Sorry, the diff of this file is not supported yet

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