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.4.0-alpha.15 to 1.4.0-alpha.16

4

package.json
{
"name": "@interactjs/utils",
"version": "1.4.0-alpha.15+sha.8940ff6",
"version": "1.4.0-alpha.16+sha.5b3c738",
"devDependencies": {
"@interactjs/_dev": "1.4.0-alpha.15+sha.8940ff6"
"@interactjs/_dev": "1.4.0-alpha.16+sha.5b3c738"
},

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

@@ -240,6 +240,6 @@ import hypot from './hypot';

timeStamp,
pageX: page.x,
pageY: page.y,
clientX: client.x,
clientY: client.y,
get pageX () { return page.x; },
get pageY () { return page.y; },
get clientX () { return client.x; },
get clientY () { return client.y; },
};

@@ -246,0 +246,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc