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

react-tippy2

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tippy2 - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

package.json
{
"name": "react-tippy2",
"version": "1.1.5",
"version": "1.1.6",
"description": "",

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

@@ -20,4 +20,4 @@ import React, { Fragment } from 'react'

componentWillReceiveProps (nextProps) {
if (nextProps.hide && this.tippyDOM) {
this.tippyDOM._tippy.hide()
if (nextProps.hide && this.tippyDOM && (nextProps.hide !== this.props.hide)) {
this.tippyDOM._tippy.hide()
}

@@ -24,0 +24,0 @@ }

Sorry, the diff of this file is too big to display

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