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

@types/react-custom-scroll

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-custom-scroll - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

22

react-custom-scroll/index.d.ts

@@ -14,13 +14,13 @@ // Type definitions for react-custom-scroll 4.3

export interface CustomScrollProps {
allowOuterScroll?: boolean;
heightRelativeToParent?: string;
flex?: number | string;
onScroll?: (e?: any) => any;
addScrolledClass?: boolean;
freezePosition?: boolean;
minScrollHandleHeight?: number;
rtl?: boolean;
scrollTo?: number;
keepAtBottom?: boolean;
className?: string;
allowOuterScroll?: boolean | undefined;
heightRelativeToParent?: string | undefined;
flex?: number | string | undefined;
onScroll?: ((e?: any) => any) | undefined;
addScrolledClass?: boolean | undefined;
freezePosition?: boolean | undefined;
minScrollHandleHeight?: number | undefined;
rtl?: boolean | undefined;
scrollTo?: number | undefined;
keepAtBottom?: boolean | undefined;
className?: string | undefined;
}

@@ -27,0 +27,0 @@

{
"name": "@types/react-custom-scroll",
"version": "4.3.0",
"version": "4.3.1",
"description": "TypeScript definitions for react-custom-scroll",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scroll",

},
"typesPublisherContentHash": "e94afb15957aac598b1f0c31f3f74360e3c8002ca37ec374ab6add10cd89a6a4",
"typesPublisherContentHash": "5ca916dab0bfa1e53533b6b7d282b4102616b814f57fbadc4de5bc042ad17da0",
"typeScriptVersion": "3.6"
}

@@ -24,13 +24,13 @@ # Installation

export interface CustomScrollProps {
allowOuterScroll?: boolean;
heightRelativeToParent?: string;
flex?: number | string;
onScroll?: (e?: any) => any;
addScrolledClass?: boolean;
freezePosition?: boolean;
minScrollHandleHeight?: number;
rtl?: boolean;
scrollTo?: number;
keepAtBottom?: boolean;
className?: string;
allowOuterScroll?: boolean | undefined;
heightRelativeToParent?: string | undefined;
flex?: number | string | undefined;
onScroll?: ((e?: any) => any) | undefined;
addScrolledClass?: boolean | undefined;
freezePosition?: boolean | undefined;
minScrollHandleHeight?: number | undefined;
rtl?: boolean | undefined;
scrollTo?: number | undefined;
keepAtBottom?: boolean | undefined;
className?: string | undefined;
}

@@ -48,3 +48,3 @@

### Additional Details
* Last updated: Sun, 06 Jun 2021 05:01:22 GMT
* Last updated: Thu, 08 Jul 2021 20:20:34 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -51,0 +51,0 @@ * Global values: none

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