Socket
Socket
Sign inDemoInstall

jquery.event.ue

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

3

jquery.event.ue.js

@@ -13,2 +13,3 @@ /*

* - Change bind to on, unbind to off
* - Reinstated ignore_select to ignore text and input areas by default
* 1.2.x - ignore_class => ignore_select, now defaults to ''

@@ -57,3 +58,3 @@ * 1.1.9 - Fixed ue-test.html demo to scale properly

px_radius : 10, // Tolerated distance before dragstart
ignore_select : '', // Selector of elements to ignore (e.g. :input)
ignore_select : 'textarea, select, input', // Elements to ignore
max_tap_ms : 200, // Maximum time allowed for tap

@@ -60,0 +61,0 @@ min_held_ms : 300 // Minimum time require for long-press

{ "name": "jquery.event.ue",
"version": "1.3.1",
"version": "1.3.2",
"description": "Respond to Touch and Desktop events using the same handlers, including tap (click), long-press, drag, long-press-drag, pinch/mouse zoom. Used in commercial SPAs and featured in the best-selling book Single Page Web Applications - JavaScript end-to-end.",

@@ -4,0 +4,0 @@ "keywords": [

@@ -198,2 +198,6 @@ # jquery.event.ue

### Version 1.3.2
Updated to ignore most input elements (input, textarea, select) by default.
See the `ignore_select` setting.
### Version 1.3.0

@@ -224,2 +228,7 @@ - Removed all references to `console` object

### Versions 1.1.x
**No code changes.** Updated npm keywords. Fixed typos.
Bumped version number to represent maturity and stability.
Redirected library discussion to blog post.
### Versions 0.6.0

@@ -226,0 +235,0 @@ Fixed held logic, added `px_tdelta_x` and `px_tdelta_y` to attributes.

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc