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

@maxweek/react-scroller

Package Overview
Dependencies
Maintainers
0
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.27 to 1.1.28

6

dist/index.d.ts

@@ -44,5 +44,5 @@ import React, { ReactNode } from "react";

export interface IScrollerRef {
scrollTo: (offset: number) => void;
scrollToStart: () => void;
scrollToEnd: () => void;
scrollTo: (offset: number, duration?: number) => void;
scrollToStart: (duration?: number) => void;
scrollToEnd: (duration?: number) => void;
update: () => void;

@@ -49,0 +49,0 @@ getProperties: () => IScrollerProperties;

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

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

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