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

react-horizontal-infinite-scroll

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-horizontal-infinite-scroll - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js
import React, { useEffect, useRef } from "react";
function InfiniteScroll({
mainWrapper = <div />,
mainWrapper = null,
children,

@@ -38,3 +38,3 @@ loader,

InfiniteScroll.defaultProps = {
mainWrapper: <div />, //Should be html tag or React element
mainWrapper: null, //Should be html tag or React element
loader: null, //It should be a React element.

@@ -41,0 +41,0 @@ dipatchScroll: (data) => {

{
"name": "react-horizontal-infinite-scroll",
"version": "1.0.1",
"version": "1.0.2",
"description": "To handle infinite scroll with a simple, lightweight and high responsive manner with this infinite-scroll-package.",

@@ -5,0 +5,0 @@ "main": "index.js",

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