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

@types/scrollbooster

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/scrollbooster - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

10

scrollbooster/index.d.ts

@@ -30,5 +30,5 @@ // Type definitions for scrollbooster 3.0

content: Element;
direction?: 'all' | 'vertical' | 'horizontal';
pointerMode?: 'all' | 'touch' | 'mouse';
scrollMode?: 'transform' | 'native' | undefined;
direction?: "all" | "vertical" | "horizontal";
pointerMode?: "all" | "touch" | "mouse";
scrollMode?: "transform" | "native" | undefined;
bounce?: boolean;

@@ -40,4 +40,4 @@ bounceForce?: number;

emulateScroll?: boolean;
preventDefaultOnEmulateScroll?: 'vertical' | 'horizontal';
lockScrollOnDragDirection?: 'all' |'vertical' | 'horizontal';
preventDefaultOnEmulateScroll?: "vertical" | "horizontal";
lockScrollOnDragDirection?: "all" | "vertical" | "horizontal";
dragDirectionTolerance?: number;

@@ -44,0 +44,0 @@ onClick?: (state: ScrollingState, event: MouseEvent, isTouch: boolean) => void;

{
"name": "@types/scrollbooster",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for scrollbooster",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollbooster",

"dependencies": {},
"typesPublisherContentHash": "158b2cbc557db56014369d815a2d0b521e29bd43f2bcd2fc92a9f63118ba027e",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "f05a954ab42fc6106044a949edbe629c0f2d9cca6a30a31441ae016df4d954d4",
"typeScriptVersion": "4.5"
}

@@ -40,5 +40,5 @@ # Installation

content: Element;
direction?: 'all' | 'vertical' | 'horizontal';
pointerMode?: 'all' | 'touch' | 'mouse';
scrollMode?: 'transform' | 'native' | undefined;
direction?: "all" | "vertical" | "horizontal";
pointerMode?: "all" | "touch" | "mouse";
scrollMode?: "transform" | "native" | undefined;
bounce?: boolean;

@@ -50,4 +50,4 @@ bounceForce?: number;

emulateScroll?: boolean;
preventDefaultOnEmulateScroll?: 'vertical' | 'horizontal';
lockScrollOnDragDirection?: 'all' |'vertical' | 'horizontal';
preventDefaultOnEmulateScroll?: "vertical" | "horizontal";
lockScrollOnDragDirection?: "all" | "vertical" | "horizontal";
dragDirectionTolerance?: number;

@@ -76,3 +76,3 @@ onClick?: (state: ScrollingState, event: MouseEvent, isTouch: boolean) => void;

### Additional Details
* Last updated: Tue, 25 Jul 2023 07:02:46 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: none

@@ -79,0 +79,0 @@ * Global values: none

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