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

pointer-tracker

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pointer-tracker - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

16

lib/index.ts

@@ -127,2 +127,10 @@ const enum Button { Left }

// Bind methods
this._pointerStart = this._pointerStart.bind(this);
this._touchStart = this._touchStart.bind(this);
this._move = this._move.bind(this);
this._triggerPointerEnd = this._triggerPointerEnd.bind(this);
this._pointerEnd = this._pointerEnd.bind(this);
this._touchEnd = this._touchEnd.bind(this);
// Add listeners

@@ -137,10 +145,2 @@ if (self.PointerEvent) {

}
// Bind methods
this._pointerStart = this._pointerStart.bind(this);
this._touchStart = this._touchStart.bind(this);
this._move = this._move.bind(this);
this._triggerPointerEnd = this._triggerPointerEnd.bind(this);
this._pointerEnd = this._pointerEnd.bind(this);
this._touchEnd = this._touchEnd.bind(this);
}

@@ -147,0 +147,0 @@

{
"name": "pointer-tracker",
"version": "2.0.0",
"version": "2.0.1",
"description": "Track mouse/touch/pointer events through one interface",

@@ -5,0 +5,0 @@ "main": "dist/PointerTracker.js",

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