Socket
Socket
Sign inDemoInstall

react-native-walkthrough-tooltip

Package Overview
Dependencies
10
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.1.9

2

package.json
{
"name": "react-native-walkthrough-tooltip",
"version": "1.1.8",
"version": "1.1.9",
"description": "An inline wrapper for calling out React Native components via tooltip",

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

@@ -398,3 +398,3 @@ import React, { Component } from 'react';

>
<TouchableWithoutFeedback onPress={onPressContent}>
<TouchableWithoutFeedback onPress={onPressContent} accessible={this.props.accessible}>
{this.props.content}

@@ -401,0 +401,0 @@ </TouchableWithoutFeedback>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc