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.12 to 1.0.13

2

CHANGELOG.md
# CHANGELOG
## 1.0.13
* Bug fix: crashed when tooltip text was too long and had no spaces
## 1.0.12

@@ -4,0 +6,0 @@ * README fix

2

dist/react-path-tooltip.esm.js

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

return [inputString.slice(0, temp), inputString.slice(temp + 1)];
return temp !== -1 ? [inputString.slice(0, temp), inputString.slice(temp + 1)] : [inputString.slice(0, threshold), inputString.slice(threshold + 1)];
};

@@ -96,0 +96,0 @@

{
"name": "react-path-tooltip",
"version": "1.0.12",
"version": "1.0.13",
"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