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

svelte-gestures

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-gestures - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

CHANGELOG.md
# Changelog
## 1.3.4
More types for svelte language tools added
## 1.3.3

@@ -4,0 +8,0 @@

2

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "module": "dist/index.esm.js",

declare namespace svelte.JSX {
interface HTMLAttributes<T> {
onpan?: (event: CustomEvent<any>) => void;
}
}
declare namespace svelte.JSX {
interface HTMLAttributes<T> {
onpanup?: (event: CustomEvent<any>) => void;
onpandown?: (event: CustomEvent<any>) => void;
onpanmove?: (event: CustomEvent<any>) => void;
onpinch?: (event: CustomEvent<any>) => void;
}
}
declare namespace svelte.JSX {
interface HTMLAttributes<T> {
onpinchup?: (event: CustomEvent<any>) => void;
onpinchdown?: (event: CustomEvent<any>) => void;
onpinchmove?: (event: CustomEvent<any>) => void;
onrotate?: (event: CustomEvent<any>) => void;
}
}
declare namespace svelte.JSX {
interface HTMLAttributes<T> {
onrotateup?: (event: CustomEvent<any>) => void;
onrotatedown?: (event: CustomEvent<any>) => void;
onrotatemove?: (event: CustomEvent<any>) => void;
onswipe?: (event: CustomEvent<any>) => void;
}
}
declare namespace svelte.JSX {
interface HTMLAttributes<T> {
onswipeup?: (event: CustomEvent<any>) => void;
onswipedown?: (event: CustomEvent<any>) => void;
onswipemove?: (event: CustomEvent<any>) => void;
ontap?: (event: CustomEvent<any>) => void;
}
}
declare namespace svelte.JSX {
interface HTMLAttributes<T> {
ontapup?: (event: CustomEvent<any>) => void;
ontapdown?: (event: CustomEvent<any>) => void;
ontapmove?: (event: CustomEvent<any>) => void;
onpress?: (event: CustomEvent<any>) => void;
onpressup?: (event: CustomEvent<any>) => void;
onpressdown?: (event: CustomEvent<any>) => void;
onpressmove?: (event: CustomEvent<any>) => void;
}
}
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