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

@maxweek/react-scroller

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxweek/react-scroller - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

package.json
{
"name": "@maxweek/react-scroller",
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll",
"version": "1.1.8",
"version": "1.1.9",
"type": "module",

@@ -6,0 +6,0 @@ "author": "Max Nedelko",

@@ -15,2 +15,3 @@ # React-scroller

- Variation of scrollbar positions
- Trackpad detecting
- Border padding and fading

@@ -35,2 +36,4 @@ - Horizontal scroll by mouse wheel

- [x] Base Events
- [x] Required styles
- [x] Trackpad detect
- [ ] More Methods

@@ -50,2 +53,3 @@ - [ ] More Events

import { Scroller } from "@maxweek/react-scroller";
import "@maxweek/react-scroller/dist/styles.css";

@@ -64,2 +68,3 @@ const YourComponent = () => {

import { IScrollerRef, Scroller, IScroller, IScrollerProperties } from "@maxweek/react-scroller";
import "@maxweek/react-scroller/dist/styles.css";

@@ -120,2 +125,3 @@ const YourComponent = () => {

import { IScroller } from "./scroller/scroller"
import "@maxweek/react-scroller/dist/styles.css";

@@ -122,0 +128,0 @@ const props: Partial<IScroller> = {

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