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

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.2.0 to 2.3.0

CHANGELOG.md

18

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

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

"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},

@@ -37,2 +38,3 @@ "keywords": [

"babel-loader": "^8.0.6",
"conventional-changelog-cli": "^2.0.25",
"enzyme": "^3.10.0",

@@ -49,4 +51,10 @@ "enzyme-adapter-react-16": "^1.14.0",

"peerDependencies": {
"@types/react": "^16.8.0",
"react": "^16.8.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"jsnext:main": "dist/es2015/index.js",

@@ -62,6 +70,6 @@ "module": "dist/es2015/index.js",

"dependencies": {
"react-remove-scroll-bar": "^2.0.0",
"react-style-singleton": "^2.0.0",
"react-remove-scroll-bar": "^2.1.0",
"react-style-singleton": "^2.1.0",
"tslib": "^1.0.0",
"use-callback-ref": "^1.2.1",
"use-callback-ref": "^1.2.3",
"use-sidecar": "^1.0.1"

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