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

react-scrollbars-custom

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrollbars-custom - npm Package Compare versions

Comparing version 4.0.22 to 4.0.23

2

dist/types/Scrollbar.d.ts

@@ -244,3 +244,5 @@ import * as PropTypes from "prop-types";

private handleThumbXDrag;
private handleThumbXDragEnd;
private handleThumbYDrag;
private handleThumbYDragEnd;
private handleScrollerScroll;

@@ -247,0 +249,0 @@ private _scrollDetection;

@@ -36,3 +36,4 @@ import * as PropTypes from "prop-types";

render(): React.ReactElement<any> | null;
private elementRefHack;
private elementRef;
}

6

dist/types/util.d.ts
import * as React from "react";
import { ElementPropsWithElementRefAndRenderer, ElementRef } from "./types";
export declare const isUndef: (v: any) => boolean;
export declare const isFun: (v: any) => boolean;
export declare const isNum: (v: any) => boolean;
export declare const isUndef: (v: any) => v is any;
export declare const isFun: (v: any) => v is Function;
export declare const isNum: (v: any) => v is number;
/**

@@ -7,0 +7,0 @@ * @description Will return renderer result if presented, div element otherwise.

{
"name": "react-scrollbars-custom",
"description": "The best React custom scrollbars component",
"version": "4.0.22",
"version": "4.0.23",
"repository": {

@@ -84,3 +84,2 @@ "type": "git",

"preversion": "npm run format && npm run build",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run format && npm run test && npm run build",

@@ -87,0 +86,0 @@ "push-codacy-coverage": "cat ./coverage/lcov.info | codacy-coverage"

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

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

Sorry, the diff of this file is not supported yet

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