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

@interactjs/auto-scroll

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/auto-scroll - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

4

index.d.ts

@@ -38,4 +38,4 @@ declare module '@interactjs/core/scope' {

scroll(): void;
check(interactable: import("@interactjs/core/Interactable").Interactable, actionName: import("@interactjs/core/scope").ActionName): boolean;
onInteractionMove<T extends import("@interactjs/core/scope").ActionName>({ interaction, pointer }: {
check(interactable: import("@interactjs/core/Interactable").Interactable, actionName: "resize" | "drag" | "drop" | "gesture"): boolean;
onInteractionMove<T extends "resize" | "drag" | "drop" | "gesture">({ interaction, pointer }: {
interaction: import("@interactjs/core/Interaction").Interaction<T>;

@@ -42,0 +42,0 @@ pointer: import("@interactjs/types/types").PointerType;

@@ -16,3 +16,3 @@ import * as domUtils from "../utils/domUtils.js";

actions.eventTypes.push('autoscroll');
actions.phaselessTypes.autoscroll = true;
defaults.perAction.autoScroll = autoScroll.defaults;

@@ -19,0 +19,0 @@ }

{
"name": "@interactjs/auto-scroll",
"version": "1.8.4",
"version": "1.8.5",
"license": "MIT",
"peerDependencies": {
"@interactjs/utils": "1.8.4"
"@interactjs/utils": "1.8.5"
},
"devDependencies": {
"@interactjs/_dev": "1.8.4"
"@interactjs/_dev": "1.8.5"
},

@@ -14,3 +14,3 @@ "publishConfig": {

},
"gitHead": "bb6d3695"
"gitHead": "1cc6d94c"
}

Sorry, the diff of this file is not supported yet

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