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

vue3-touch-events

Package Overview
Dependencies
Maintainers
1
Versions
27
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.4 to 4.1.5

5

index.d.ts
import {Plugin} from "vue";
declare const Vue3TouchEvents: Plugin<Vue3TouchEventsOptions>;
declare const Vue3TouchEvents: Plugin<Vue3TouchEventsOptions & undefined>;

@@ -9,6 +9,9 @@ export interface Vue3TouchEventsOptions {

tapTolerance?: number;
touchHoldTolerance?: number;
swipeTolerance?: number;
longTapTimeInterval?: number;
dragFrequency?: number;
rollOverFrequency?: number;
}
export default Vue3TouchEvents;

2

package.json
{
"name": "vue3-touch-events",
"version": "4.1.4",
"version": "4.1.5",
"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