Socket
Socket
Sign inDemoInstall

react-pannable

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pannable - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

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

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

@@ -7,3 +7,3 @@ import { CarouselScrollTo, CarouselEvent } from './carouselReducer';

export interface CarouselProps extends PadProps {
direction: XY;
direction?: XY;
itemCount: number;

@@ -10,0 +10,0 @@ renderItem: (attrs: GridLayoutAttrs) => React.ReactNode;

@@ -7,3 +7,3 @@ import { InfiniteScrollTo } from './infiniteReducer';

export interface InfiniteProps extends PadProps {
direction: XY;
direction?: XY;
itemCount: number;

@@ -16,3 +16,3 @@ renderItem: (attrs: ListLayoutAttrs) => React.ReactNode;

renderFooter?: (attrs: ListLayoutAttrs) => React.ReactNode;
scrollToIndex: InfiniteScrollTo | null;
scrollToIndex?: InfiniteScrollTo | null;
}

@@ -19,0 +19,0 @@ declare const Infinite: React.FC<InfiniteProps & Omit<React.ComponentProps<'div'>, 'onScroll'>>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc