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

@tamagui/react-native-use-pressable

Package Overview
Dependencies
Maintainers
0
Versions
920
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/react-native-use-pressable - npm Package Compare versions

Comparing version 1.110.5 to 1.111.0

dist/esm/index.native.mjs

2

dist/cjs/PressResponder.native.js

@@ -205,3 +205,3 @@ "use strict";

var prevState = this._touchState, nextState = null;
Transitions[prevState] != null && (nextState = Transitions[prevState][signal]), !(this._touchState === NOT_RESPONDER && signal === RESPONDER_RELEASE) && (nextState == null || nextState === ERROR ? console.error("PressResponder: Invalid signal ".concat(signal, " for state ").concat(prevState, " on responder")) : prevState !== nextState && (this._performTransitionSideEffects(prevState, nextState, signal, event), this._touchState = nextState));
Transitions[prevState] != null && (nextState = Transitions[prevState][signal]), !(this._touchState === NOT_RESPONDER && signal === RESPONDER_RELEASE) && (nextState == null || nextState === ERROR ? console.error(`PressResponder: Invalid signal ${signal} for state ${prevState} on responder`) : prevState !== nextState && (this._performTransitionSideEffects(prevState, nextState, signal, event), this._touchState = nextState));
}

@@ -208,0 +208,0 @@ },

@@ -185,3 +185,3 @@ function _class_call_check(instance, Constructor) {

var prevState = this._touchState, nextState = null;
Transitions[prevState] != null && (nextState = Transitions[prevState][signal]), !(this._touchState === NOT_RESPONDER && signal === RESPONDER_RELEASE) && (nextState == null || nextState === ERROR ? console.error("PressResponder: Invalid signal ".concat(signal, " for state ").concat(prevState, " on responder")) : prevState !== nextState && (this._performTransitionSideEffects(prevState, nextState, signal, event), this._touchState = nextState));
Transitions[prevState] != null && (nextState = Transitions[prevState][signal]), !(this._touchState === NOT_RESPONDER && signal === RESPONDER_RELEASE) && (nextState == null || nextState === ERROR ? console.error(`PressResponder: Invalid signal ${signal} for state ${prevState} on responder`) : prevState !== nextState && (this._performTransitionSideEffects(prevState, nextState, signal, event), this._touchState = nextState));
}

@@ -221,3 +221,3 @@ },

pageY: touch.pageY
}, onPressStart != null && onPressStart(event), onPressChange != null && onPressChange(!0);
}, onPressStart?.(event), onPressChange?.(!0);
}

@@ -230,3 +230,3 @@ },

function end() {
onPressEnd != null && onPressEnd(event), onPressChange != null && onPressChange(!1);
onPressEnd?.(event), onPressChange?.(!1);
}

@@ -233,0 +233,0 @@ var delayPressEnd = normalizeDelay(this._config.delayPressEnd);

{
"name": "@tamagui/react-native-use-pressable",
"version": "1.110.5",
"version": "1.111.0",
"types": "./types/index.d.ts",

@@ -31,3 +31,3 @@ "main": "dist/cjs",

"devDependencies": {
"@tamagui/build": "1.110.5",
"@tamagui/build": "1.111.0",
"react": "^18.2.0 || ^19.0.0"

@@ -34,0 +34,0 @@ },

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