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

@types/react-custom-scroll

Package Overview
Dependencies
Maintainers
1
Versions
10
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.1 to 4.3.2

3

react-custom-scroll/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for react-custom-scroll 4.3

import { ComponentClass } from 'react';
import { ComponentClass, ReactNode } from 'react';

@@ -15,2 +15,3 @@ /**

export interface CustomScrollProps {
children?: ReactNode;
allowOuterScroll?: boolean | undefined;

@@ -17,0 +18,0 @@ heightRelativeToParent?: string | undefined;

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

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

},
"typesPublisherContentHash": "5ca916dab0bfa1e53533b6b7d282b4102616b814f57fbadc4de5bc042ad17da0",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "429b1510307135fe872362c33aec517fff17101139d4507403ccd3f319118eba",
"typeScriptVersion": "3.7"
}

@@ -18,3 +18,3 @@ # Installation

import { ComponentClass } from 'react';
import { ComponentClass, ReactNode } from 'react';

@@ -25,2 +25,3 @@ /**

export interface CustomScrollProps {
children?: ReactNode;
allowOuterScroll?: boolean | undefined;

@@ -49,3 +50,3 @@ heightRelativeToParent?: string | undefined;

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:20:34 GMT
* Last updated: Thu, 14 Oct 2021 10:01:29 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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