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

react-tooltip-lite

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tooltip-lite - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-tooltip-lite",
"version": "1.0.0",
"version": "1.0.1",
"description": "React tooltip, focused on simplicity and performance",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -89,5 +89,5 @@ # React tooltip-lite

<tr>
<td>eventOn</td>
<td>eventToggle</td>
<td>string</td>
<td>full name of supported react event to toggle the tooltip, e.g.: 'onClick'</td>
<td>full name of supported react event to toggle the tooltip, e.g.: 'onClick', default hover toggling is disabled when using this option</td>
</tr>

@@ -97,3 +97,3 @@ <tr>

<td>boolean</td>
<td>whether to use hover to show/hide the tip</td>
<td>whether to use hover to show/hide the tip, defaults to true</td>
</tr>

@@ -100,0 +100,0 @@ </tbody>

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