vue3-touch-events
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -1,4 +0,4 @@ | ||
import {PluginObject} from "vue"; | ||
import {Plugin} from "vue"; | ||
declare const Vue3TouchEvents: PluginObject<Vue3TouchEventsOptions>; | ||
declare const Vue3TouchEvents: Plugin<Vue3TouchEventsOptions>; | ||
@@ -5,0 +5,0 @@ export interface Vue3TouchEventsOptions { |
{ | ||
"name": "vue3-touch-events", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Simple touch events support for vue.js 3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31602