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

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

swiped-events - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

dist/swiped-events.min.js
/*!
* swiped-events.js - v1.1.5
* swiped-events.js - v1.1.6
* Pure JavaScript swipe events

@@ -4,0 +4,0 @@ * https://github.com/john-doherty/swiped-events

{
"name": "swiped-events",
"version": "1.1.5",
"version": "1.1.6",
"description": "A 0.7k script that adds swipe events to the DOM for touch enabled devices",

@@ -5,0 +5,0 @@ "main": "src/swiped-events.js",

@@ -66,5 +66,5 @@ # swiped-events

dir: 'up', // swipe direction (up,down,left,right)
touchType: 'direct', // touch type (stylus,direct) on iOS stylus=apple pencil and direct=finger
touchType: 'direct', // touch type (stylus,direct) - stylus=apple pencil and direct=finger
xStart: 196, // x coords of swipe start
xEnd: 230, // y coords of swipe end
xEnd: 230, // x coords of swipe end
yStart: 196, // y coords of swipe start

@@ -71,0 +71,0 @@ yEnd: 4 // y coords of swipe end

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