Socket
Socket
Sign inDemoInstall

react-custom-scrollbars

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-custom-scrollbars - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

17

lib/Scrollbars.js

@@ -58,2 +58,5 @@ 'use strict';

var finalStyle = _extends({}, style, {
right: 2,
bottom: 2,
left: 2,
borderRadius: 3

@@ -70,2 +73,5 @@ });

var finalStyle = _extends({}, style, {
right: 2,
bottom: 2,
top: 2,
borderRadius: 3

@@ -82,2 +88,3 @@ });

var finalStyle = _extends({}, style, {
cursor: 'pointer',
borderRadius: 'inherit',

@@ -95,2 +102,3 @@ backgroundColor: 'rgba(0,0,0,.2)'

var finalStyle = _extends({}, style, {
cursor: 'pointer',
borderRadius: 'inherit',

@@ -360,4 +368,3 @@ backgroundColor: 'rgba(0,0,0,.2)'

position: 'relative',
display: 'block',
cursor: 'pointer'
display: 'block'
};

@@ -394,5 +401,2 @@

var scrollbarHorizontalStyle = _extends({}, scrollbarStyle, {
right: 2,
bottom: 2,
left: 2,
height: widthPercentageInner < 100 ? 6 : 0

@@ -402,5 +406,2 @@ });

var scrollbarVerticalStyle = _extends({}, scrollbarStyle, {
right: 2,
bottom: 2,
top: 2,
width: heightPercentageInner < 100 ? 6 : 0

@@ -407,0 +408,0 @@ });

{
"name": "react-custom-scrollbars",
"version": "0.1.8",
"version": "0.1.9",
"description": "React scrollbars component",

@@ -5,0 +5,0 @@ "main": "lib/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