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.2 to 5.0.0

5

react-custom-scroll/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-custom-scroll 4.3
// Type definitions for react-custom-scroll 5.0
// Project: https://github.com/rommguy/react-custom-scroll

@@ -17,7 +17,8 @@ // Definitions by: Guy Romm <https://github.com/rommguy>

heightRelativeToParent?: string | undefined;
flex?: number | string | undefined;
onScroll?: ((e?: any) => any) | undefined;
addScrolledClass?: boolean | undefined;
freezePosition?: boolean | undefined;
handleClass?: string | undefined;
minScrollHandleHeight?: number | undefined;
flex?: string | undefined;
rtl?: boolean | undefined;

@@ -24,0 +25,0 @@ scrollTo?: number | undefined;

6

react-custom-scroll/package.json
{
"name": "@types/react-custom-scroll",
"version": "4.3.2",
"version": "5.0.0",
"description": "TypeScript definitions for react-custom-scroll",

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

},
"typesPublisherContentHash": "429b1510307135fe872362c33aec517fff17101139d4507403ccd3f319118eba",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "554b889e41f338e229d4dee24a93527fa75f37f4010afc96b72da95b3d330f61",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

````ts
// Type definitions for react-custom-scroll 4.3
// Type definitions for react-custom-scroll 5.0
// Project: https://github.com/rommguy/react-custom-scroll

@@ -28,7 +28,8 @@ // Definitions by: Guy Romm <https://github.com/rommguy>

heightRelativeToParent?: string | undefined;
flex?: number | string | undefined;
onScroll?: ((e?: any) => any) | undefined;
addScrolledClass?: boolean | undefined;
freezePosition?: boolean | undefined;
handleClass?: string | undefined;
minScrollHandleHeight?: number | undefined;
flex?: string | undefined;
rtl?: boolean | undefined;

@@ -50,3 +51,3 @@ scrollTo?: number | undefined;

### Additional Details
* Last updated: Thu, 14 Oct 2021 10:01:29 GMT
* Last updated: Sat, 02 Sep 2023 10:03:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -53,0 +54,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