New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-tooltip-controller

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tooltip-controller - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/index.es.js

@@ -1205,3 +1205,3 @@ import React from 'react';

var inputChildren = React.Children.map(children, function (child, index) {
if (child.type.name === "Select") {
if (child.type.displayName === "Select") {
return React.cloneElement(child, { detect: detect, openMenu: _this3.openMenu, closeMenu: _this3.closeMenu, timeOutFunc: _this3.timeOutFunc, resize: _this3.resize });

@@ -1342,3 +1342,5 @@ } else {

Select.displayName = 'Select';
export { ToolTipController, Select };
//# sourceMappingURL=index.es.js.map

@@ -1211,3 +1211,3 @@ 'use strict';

var inputChildren = React.Children.map(children, function (child, index) {
if (child.type.name === "Select") {
if (child.type.displayName === "Select") {
return React.cloneElement(child, { detect: detect, openMenu: _this3.openMenu, closeMenu: _this3.closeMenu, timeOutFunc: _this3.timeOutFunc, resize: _this3.resize });

@@ -1348,4 +1348,6 @@ } else {

Select.displayName = 'Select';
exports.ToolTipController = ToolTipController;
exports.Select = Select;
//# sourceMappingURL=index.js.map
{
"name": "react-tooltip-controller",
"version": "1.0.2",
"version": "1.0.3",
"description": "A feature-rich React component for controlling tooltips",

@@ -5,0 +5,0 @@ "author": "Dogacan Bilgili",

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