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

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("@interactjs/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.8.0-alpha.6",
"version": "1.8.0-alpha.7",
"license": "MIT",
"devDependencies": {
"@interactjs/_dev": "1.8.0-alpha.6"
"@interactjs/_dev": "1.8.0-alpha.7"
},

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -269,0 +269,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