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

svelte-gestures

Package Overview
Dependencies
Maintainers
0
Versions
42
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 5.1.2 to 5.1.3

2

dist/types/gestures/pinch/pinch.svelte.d.ts

@@ -1,2 +0,2 @@

import { type BaseParams, type Coord, type GestureCustomEvent, type Action, SubGestureFunctions } from '../../shared';
import { type BaseParams, type Coord, type GestureCustomEvent, type Action, type SubGestureFunctions } from '../../shared';
export type PinchParameters = BaseParams;

@@ -3,0 +3,0 @@ export type PinchPointerEventDetail = {

@@ -1,2 +0,2 @@

import { type BaseParams, type Coord, type Action, type GestureCustomEvent, SubGestureFunctions } from '../../shared';
import { type BaseParams, type Coord, type Action, type GestureCustomEvent, type SubGestureFunctions } from '../../shared';
export type RotateParameters = BaseParams;

@@ -3,0 +3,0 @@ export type RotatePointerEventDetail = {

@@ -1,2 +0,2 @@

import { type BaseParams, type Action, type GestureCustomEvent, SubGestureFunctions } from '../../shared';
import { type BaseParams, type Action, type GestureCustomEvent, type SubGestureFunctions } from '../../shared';
export type ScrollParameters = {

@@ -3,0 +3,0 @@ delay: number;

@@ -1,2 +0,2 @@

import { type BaseParams, type GestureCustomEvent, type Action, SubGestureFunctions } from '../../shared';
import { type BaseParams, type GestureCustomEvent, type Action, type SubGestureFunctions } from '../../shared';
import { type Pattern, type Options } from './detector';

@@ -3,0 +3,0 @@ export type ShapeGestureParameters = {

@@ -1,2 +0,2 @@

import { SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared';
import { type SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared';
export type SwipeParameters = {

@@ -3,0 +3,0 @@ timeframe: number;

@@ -1,2 +0,2 @@

import { SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared';
import { type SubGestureFunctions, type Action, type BaseParams, type GestureCustomEvent } from '../../shared';
export type TapParameters = {

@@ -3,0 +3,0 @@ timeframe: number;

@@ -1,3 +0,1 @@

/// <reference types="./global" />
export * from './dist/types/index';

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

"license": "MIT",
"version": "5.1.2",
"version": "5.1.3",
"main": "dist/index.svelte.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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