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

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.2 to 0.1.3

8

lib/Scrollbars.js

@@ -164,2 +164,6 @@ 'use strict';

Scrollbars.prototype.componentWillReceiveProps = function componentWillReceiveProps() {
this.update();
};
Scrollbars.prototype.componentWillUnmount = function componentWillUnmount() {

@@ -346,3 +350,3 @@ this.removeListeners();

var containerStyle = _extends({}, style, {
var containerStyle = _extends({
position: 'relative',

@@ -352,3 +356,3 @@ overflow: 'hidden',

height: '100%'
});
}, style);

@@ -355,0 +359,0 @@ var thumbStyle = {

{
"name": "react-custom-scrollbars",
"version": "0.1.2",
"version": "0.1.3",
"description": "React scrollbars component",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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