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

vue3-touch-events

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-touch-events - npm Package Compare versions

Comparing version 4.1.7 to 4.1.8

2

index.js

@@ -297,3 +297,3 @@ /**

function cancelTouchHoldTimer($this) {
if ($this.touchHoldTimer) {
if ($this && $this.touchHoldTimer) {
clearTimeout($this.touchHoldTimer);

@@ -300,0 +300,0 @@ $this.touchHoldTimer = null;

{
"name": "vue3-touch-events",
"version": "4.1.7",
"version": "4.1.8",
"description": "Simple touch events support for vue.js 3",

@@ -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