New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-easy-infinite-scroll-hook

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-easy-infinite-scroll-hook - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "react-easy-infinite-scroll-hook",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "This hook allows you to create simple, lightweight components with infinite scrolling in all directions, supporting both windowed and scrollable elements.",

@@ -130,5 +130,5 @@ # react-easy-infinite-scroll-hook

### Can I use it with `flex-direction: 'row-reverse'`?
### Can I use it with `flex-direction: 'column-reverse'`?
> Yes, just pass `reverse: { vertical: true }` to the props.
> Yes, just pass `reverse: { vertical: true }` to props for `flex-direction: 'column-reverse'` or `reverse: { horizontal: true }` for `flex-direction: 'row-reverse'`.

@@ -135,0 +135,0 @@ ### How to use it with `react-virtualized` `MultiGrid` component?

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