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.0-alpha.6 to 1.8.0-alpha.7

6

index.d.ts

@@ -27,3 +27,3 @@ declare module '@interactjs/core/scope' {

now: () => number;
interaction: import("@interactjs/types/types").Interaction<any>;
interaction: import("@interactjs/core/Interaction").Interaction<any>;
i: number;

@@ -36,3 +36,3 @@ x: number;

speed: number;
start(interaction: import("@interactjs/types/types").Interaction<any>): void;
start(interaction: import("@interactjs/core/Interaction").Interaction<any>): void;
stop(): void;

@@ -42,3 +42,3 @@ scroll(): void;

onInteractionMove<T extends import("@interactjs/core/scope").ActionName>({ interaction, pointer }: {
interaction: import("@interactjs/types/types").Interaction<T>;
interaction: import("@interactjs/core/Interaction").Interaction<T>;
pointer: import("@interactjs/types/types").PointerType;

@@ -45,0 +45,0 @@ }): void;

{
"name": "@interactjs/auto-scroll",
"version": "1.8.0-alpha.6",
"version": "1.8.0-alpha.7",
"license": "MIT",
"peerDependencies": {
"@interactjs/utils": "1.8.0-alpha.6"
"@interactjs/utils": "1.8.0-alpha.7"
},
"devDependencies": {
"@interactjs/_dev": "1.8.0-alpha.6"
"@interactjs/_dev": "1.8.0-alpha.7"
},

@@ -11,0 +11,0 @@ "publishConfig": {

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