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

react-remove-scroll-bar

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-remove-scroll-bar - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

dist/es2015/component.js

@@ -62,5 +62,3 @@ import * as tslib_1 from "tslib";

var gap = this.state.gap;
return gap.gap
? React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') })
: null;
return React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') });
};

@@ -67,0 +65,0 @@ return RemoveScrollBar;

@@ -64,5 +64,3 @@ "use strict";

var gap = this.state.gap;
return gap.gap
? React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') })
: null;
return React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') });
};

@@ -69,0 +67,0 @@ return RemoveScrollBar;

{
"name": "react-remove-scroll-bar",
"version": "1.1.4",
"version": "1.1.5",
"description": "Removes body scroll without content _shake_",

@@ -5,0 +5,0 @@ "main": "dist/es5/index.js",

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