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.6 to 0.1.7

12

lib/Scrollbars.js

@@ -140,6 +140,6 @@ 'use strict';

y: 0,
width: 0,
height: 0,
heightPercentageInner: 0,
widthPercentageInner: 0
width: '100%',
height: '100%',
heightPercentageInner: 100,
widthPercentageInner: 100
};

@@ -393,3 +393,3 @@ }

left: 2,
height: 6
height: widthPercentageInner < 100 ? 6 : 0
});

@@ -401,3 +401,3 @@

top: 2,
width: 6
width: heightPercentageInner < 100 ? 6 : 0
});

@@ -404,0 +404,0 @@

{
"name": "react-custom-scrollbars",
"version": "0.1.6",
"version": "0.1.7",
"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