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

react-swipeable

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-swipeable - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

js/Swipeable.js

@@ -131,3 +131,3 @@ var React = require('react')

} else {
if (pos.deltaY < 0) {
if (pos.deltaY > 0) {
this.props.onSwipedUp && this.props.onSwipedUp(ev, pos.deltaY)

@@ -134,0 +134,0 @@ } else {

@@ -131,3 +131,3 @@ var React = require('react')

} else {
if (pos.deltaY < 0) {
if (pos.deltaY > 0) {
this.props.onSwipedUp && this.props.onSwipedUp(ev, pos.deltaY)

@@ -134,0 +134,0 @@ } else {

{
"name": "react-swipeable",
"version": "3.0.0",
"version": "3.0.1",
"description": "Swipe bindings for react",

@@ -5,0 +5,0 @@ "main": "js/Swipeable.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