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

react-remove-scroll

Package Overview
Dependencies
Maintainers
0
Versions
36
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.6.0 to 2.6.1

8

package.json
{
"name": "react-remove-scroll",
"version": "2.6.0",
"version": "2.6.1",
"description": "Disables scroll outside of `children` node.",

@@ -50,4 +50,4 @@ "main": "dist/es5/index.js",

"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@types/react": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},

@@ -66,3 +66,3 @@ "peerDependenciesMeta": {

"dependencies": {
"react-remove-scroll-bar": "^2.3.6",
"react-remove-scroll-bar": "^2.3.7",
"react-style-singleton": "^2.2.1",

@@ -69,0 +69,0 @@ "tslib": "^2.1.0",

@@ -79,3 +79,3 @@ <div align="center">

## Internal div
But default RemoveScroll will create a div to handle and capture events.
By default RemoveScroll will create a div to handle and capture events.
You may specify `className` for it, if you need, or __remove it__.

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