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

react-path-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-path-tooltip - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

CHANGELOG.md

2

dist/react-path-tooltip.esm.js

@@ -69,3 +69,3 @@ import React, { useState, useEffect } from 'react';

}
}, [pathRef, svgRef, textRef]); // build up tip of tooltip
}, [pathRef, svgRef, textRef, hidden]); // build up tip of tooltip

@@ -72,0 +72,0 @@ var bottomRight = (tooltipRect.x + 7).toString() + "," + (tooltipRect.y - 10).toString() + " " + (tooltipRect.x + 30).toString() + "," + tooltipRect.y.toString() + " " + (tooltipRect.x + 22).toString() + "," + tooltipRect.y.toString();

{
"name": "react-path-tooltip",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",

@@ -5,0 +5,0 @@ "displayName": "React Path Tooltip",

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