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

@appandflow/touchable

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appandflow/touchable - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@appandflow/touchable",
"version": "1.2.0",
"version": "1.2.1",
"main": "./src/Touchable.js",

@@ -5,0 +5,0 @@ "private": false,

@@ -65,2 +65,3 @@ // @flow

onPress?: () => any,
onLongPress?: () => any,
disabled?: boolean,

@@ -84,2 +85,3 @@ hitSlop?: { top?: number, bottom?: number, left?: number, right?: number },

onPress,
onLongPress,
disabled,

@@ -101,2 +103,3 @@ hitSlop,

onPress={onPress}
onLongPress={onLongPress}
>

@@ -111,2 +114,3 @@ <View {...others} />

onPress={onPress}
onLongPress={onLongPress}
disabled={disabled}

@@ -122,2 +126,3 @@ hitSlop={hitSlop}

onPress={onPress}
onLongPress={onLongPress}
disabled={disabled}

@@ -139,2 +144,3 @@ hitSlop={hitSlop}

onPress={onPress}
onLongPress={onLongPress}
>

@@ -141,0 +147,0 @@ <View {...others} />

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