New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@avvio-reply/clickortouch

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avvio-reply/clickortouch - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

index.js

@@ -22,3 +22,3 @@ ///

"acceptGesturesAsClick": false,
"clearSelectorBindings": false
"clearExistingBindings": false
}, options);

@@ -32,4 +32,4 @@

if (typeof _options.clearSelectorBindings != 'boolean')
_options.clearSelectorBindings = false;
if (typeof _options.clearExistingBindings != 'boolean')
_options.clearExistingBindings = false;

@@ -88,3 +88,3 @@ var self = this

if (_options.clearSelectorBindings) {
if (_options.clearExistingBindings) {
/** On instantiation, unbind all CT handlers for the selector

@@ -91,0 +91,0 @@ * NB this prevents cumulative handlers than can occur without

{
"name": "@avvio-reply/clickortouch",
"version": "1.2.0",
"version": "1.2.1",
"description": "Module to simplify handling of click or touch events between browsers and tablet/mobile. Includes lock/release feature.",

@@ -5,0 +5,0 @@ "main": "index.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