Socket
Socket
Sign inDemoInstall

react-pannable

Package Overview
Dependencies
4
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

2

package.json
{
"name": "react-pannable",
"version": "5.0.2",
"version": "5.0.3",
"description": "Flexible and Customizable Layouts for Scrolling Content with React",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,4 +11,4 @@ import { InfiniteScrollTo } from './infiniteReducer';

spacing?: number;
estimatedItemWidth?: 0;
estimatedItemHeight?: 0;
estimatedItemWidth?: number | ((itemIndex: number) => number);
estimatedItemHeight?: number | ((itemIndex: number) => number);
renderHeader?: (attrs: ListLayoutAttrs) => React.ReactNode;

@@ -15,0 +15,0 @@ renderFooter?: (attrs: ListLayoutAttrs) => React.ReactNode;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc