Socket
Socket
Sign inDemoInstall

@interactjs/utils

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/utils - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

2

index.d.ts

@@ -14,3 +14,3 @@ import * as arr from './arr';

export declare function easeOutQuad(t: number, b: number, c: number, d: number): number;
export declare function copyAction(dest: Interact.ActionProps, src: Interact.ActionProps): import("../types/types").ActionProps<any>;
export declare function copyAction(dest: Interact.ActionProps, src: Interact.ActionProps): import("@interactjs/core/Interaction").ActionProps<any>;
export { default as browser } from './browser';

@@ -17,0 +17,0 @@ export { default as clone } from './clone';

{
"name": "@interactjs/utils",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",

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

@@ -88,3 +88,3 @@ import pointerExtend from './pointerExtend';

readonly buttons: any;
} & MouseEvent & import("../types/types").InteractEvent<any, any>) | ({
} & MouseEvent & import("@interactjs/core/InteractEvent").InteractEvent<any, any>) | ({
coords: MockCoords;

@@ -145,3 +145,3 @@ readonly page: any;

readonly buttons: any;
} & Touch & import("../types/types").InteractEvent<any, any>) | ({
} & Touch & import("@interactjs/core/InteractEvent").InteractEvent<any, any>) | ({
coords: MockCoords;

@@ -202,3 +202,3 @@ readonly page: any;

readonly buttons: any;
} & PointerEvent & import("../types/types").InteractEvent<any, any>) | ({
} & PointerEvent & import("@interactjs/core/InteractEvent").InteractEvent<any, any>) | ({
coords: MockCoords;

@@ -231,3 +231,3 @@ readonly page: any;

readonly buttons: any;
} & import("../types/types").InteractEvent<any, any> & MouseEvent) | ({
} & import("@interactjs/core/InteractEvent").InteractEvent<any, any> & MouseEvent) | ({
coords: MockCoords;

@@ -246,3 +246,3 @@ readonly page: any;

readonly buttons: any;
} & import("../types/types").InteractEvent<any, any> & PointerEvent) | ({
} & import("@interactjs/core/InteractEvent").InteractEvent<any, any> & PointerEvent) | ({
coords: MockCoords;

@@ -261,3 +261,3 @@ readonly page: any;

readonly buttons: any;
} & import("../types/types").InteractEvent<any, any>) | ({
} & import("@interactjs/core/InteractEvent").InteractEvent<any, any>) | ({
coords: MockCoords;

@@ -276,3 +276,3 @@ readonly page: any;

readonly buttons: any;
} & import("../types/types").InteractEvent<any, any> & TouchEvent);
} & import("@interactjs/core/InteractEvent").InteractEvent<any, any> & TouchEvent);
export interface MockCoords {

@@ -279,0 +279,0 @@ page: Interact.Point;

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