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

rc-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tooltip - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

7

lib/Popup.js

@@ -30,2 +30,9 @@ 'use strict';

_createClass(Popup, [{
key: 'shouldComponentUpdate',
// optimize for speed
value: function shouldComponentUpdate(nextProps) {
return this.props.visible || nextProps.visible;
}
}, {
key: 'getPopupDomNode',

@@ -32,0 +39,0 @@ value: function getPopupDomNode() {

2

package.json
{
"name": "rc-tooltip",
"version": "2.4.0",
"version": "2.4.1",
"description": "tooltip ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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