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

react-overflow-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-overflow-tooltip - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

lib/index.js

@@ -21,2 +21,6 @@ 'use strict';

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _reactDom = require('react-dom');

@@ -87,5 +91,5 @@

OverflowTooltip.propTypes = {
title: _react2['default'].PropTypes.string.isRequired,
children: _react2['default'].PropTypes.node.isRequired
title: _propTypes2['default'].string.isRequired,
children: _propTypes2['default'].node.isRequired
};
module.exports = exports['default'];
{
"name": "react-overflow-tooltip",
"description": "A React component that shows a tooltip only if the text is overflow",
"version": "2.0.0",
"version": "2.0.1",
"author": "Kazato Sugimoto <uiureo@gmail.com>",

@@ -14,4 +14,5 @@ "bugs": {

"jsdom": "^7.0.2",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"standard": "*"

@@ -18,0 +19,0 @@ },

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