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.23 to 1.0.24

2

dist/ReactPathTooltip.d.ts

@@ -11,5 +11,5 @@ import React from 'react';

textColor?: string;
rtl?: string;
rtl?: boolean;
}
export declare const PathTooltip: React.FC<IProps>;
export {};

@@ -13,3 +13,3 @@ "use strict";

const [textColor,] = react_1.useState(props["textColor"] || "white");
const [rtl,] = react_1.useState(props["rtl"] || "ltr");
const [rtl,] = react_1.useState(props["rtl"] || false);
const pathRef = props.pathRef;

@@ -16,0 +16,0 @@ const svgRef = props.svgRef;

{
"name": "react-path-tooltip",
"version": "1.0.23",
"version": "1.0.24",
"license": "MIT",

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

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