Socket
Socket
Sign inDemoInstall

@tamagui/react-native-use-responder-events

Package Overview
Dependencies
Maintainers
1
Versions
857
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/react-native-use-responder-events - npm Package Compare versions

Comparing version 1.0.1-beta.219 to 1.0.1-beta.220

6

package.json
{
"name": "@tamagui/react-native-use-responder-events",
"version": "1.0.1-beta.219",
"version": "1.0.1-beta.220",
"types": "./types/index.d.ts",

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

"watch": "tamagui-build --watch",
"lint": "eslint",
"lint": "eslint src",
"lint:fix": "yarn lint --fix",

@@ -25,3 +25,3 @@ "clean": "tamagui-build clean",

"devDependencies": {
"@tamagui/build": "^1.0.1-beta.219",
"@tamagui/build": "^1.0.1-beta.220",
"@types/react": "^18.0.15"

@@ -28,0 +28,0 @@ },

@@ -119,2 +119,3 @@ /**

} else {
// eslint-disable-next-line no-console
console.warn(

@@ -140,2 +141,3 @@ 'Cannot record touch move without a touch start.\n',

} else {
// eslint-disable-next-line no-console
console.warn(

@@ -205,2 +207,3 @@ 'Cannot record touch end without a touch start.\n',

if (!(activeRecord != null && activeRecord.touchActive)) {
// eslint-disable-next-line no-console
console.error('Cannot find single active touch.')

@@ -207,0 +210,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