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

lesca-click

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lesca-click - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

lib/click.js

@@ -17,2 +17,4 @@ "use strict";

this.dx = this.dy = 0;
this.down_fn = down_fn;
this.move_fn = move_fn;
this.is_press = false;

@@ -36,3 +38,4 @@

down_fn(e);
_this.down_fn(e);
_this.is_press = true;

@@ -60,3 +63,3 @@ };

move_fn();
_this.move_fn();
};

@@ -63,0 +66,0 @@

{
"name": "lesca-click",
"version": "1.0.2",
"version": "1.0.3",
"description": "replace click / touch start on SPY page",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -9,2 +9,4 @@ module.exports = {

this.dx = this.dy = 0;
this.down_fn = down_fn;
this.move_fn = move_fn;
this.is_press = false;

@@ -25,3 +27,3 @@

}
down_fn(e);
this.down_fn(e);
this.is_press = true;

@@ -48,3 +50,3 @@ };

move_fn();
this.move_fn();
};

@@ -51,0 +53,0 @@

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