Socket
Socket
Sign inDemoInstall

react-remove-scroll

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-remove-scroll - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

3

dist/es2015/types.d.ts
import * as React from 'react';
import { RefObject } from 'react';
import { Ref, RefObject } from 'react';
import { ForwardRefExoticComponent } from 'react';

@@ -30,2 +30,3 @@ import { RefAttributes } from 'react';

export interface IRemoveScrollSelfProps {
ref?: Ref<HTMLElement>;
/**

@@ -32,0 +33,0 @@ * disables "event isolation" (suppressing of events happening outside of the Lock)

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

import { RemoveScrollUIType } from './types';
import { RemoveScrollUIType, IRemoveScrollSelfProps } from './types';
export type { IRemoveScrollSelfProps, RemoveScrollUIType };
/**

@@ -3,0 +4,0 @@ * Removes scrollbar from the page and contain the scroll within the Lock

import * as React from 'react';
import { RefObject } from 'react';
import { Ref, RefObject } from 'react';
import { ForwardRefExoticComponent } from 'react';

@@ -30,2 +30,3 @@ import { RefAttributes } from 'react';

export interface IRemoveScrollSelfProps {
ref?: Ref<HTMLElement>;
/**

@@ -32,0 +33,0 @@ * disables "event isolation" (suppressing of events happening outside of the Lock)

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

import { RemoveScrollUIType } from './types';
import { RemoveScrollUIType, IRemoveScrollSelfProps } from './types';
export type { IRemoveScrollSelfProps, RemoveScrollUIType };
/**

@@ -3,0 +4,0 @@ * Removes scrollbar from the page and contain the scroll within the Lock

import * as React from 'react';
import { RefObject } from 'react';
import { Ref, RefObject } from 'react';
import { ForwardRefExoticComponent } from 'react';

@@ -30,2 +30,3 @@ import { RefAttributes } from 'react';

export interface IRemoveScrollSelfProps {
ref?: Ref<HTMLElement>;
/**

@@ -32,0 +33,0 @@ * disables "event isolation" (suppressing of events happening outside of the Lock)

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

import { RemoveScrollUIType } from './types';
import { RemoveScrollUIType, IRemoveScrollSelfProps } from './types';
export type { IRemoveScrollSelfProps, RemoveScrollUIType };
/**

@@ -3,0 +4,0 @@ * Removes scrollbar from the page and contain the scroll within the Lock

{
"name": "react-remove-scroll",
"version": "2.5.2",
"version": "2.5.3",
"description": "Disables scroll outside of `children` node.",

@@ -64,3 +64,3 @@ "main": "dist/es5/index.js",

"dependencies": {
"react-remove-scroll-bar": "^2.3.0",
"react-remove-scroll-bar": "^2.3.1",
"react-style-singleton": "^2.2.0",

@@ -67,0 +67,0 @@ "tslib": "^2.0.0",

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