Socket
Socket
Sign inDemoInstall

@vx/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/tooltip - npm Package Compare versions

Comparing version 0.0.147 to 0.0.148

2

build/tooltips/TooltipWithBounds.js

@@ -56,3 +56,3 @@ 'use strict';

_Tooltip2.default,
{ style: _extends({ top: top, left: left }, style) },
{ style: _extends({ top: 0, transform: 'translate(' + left + 'px, ' + top + 'px)' }, style) },
children

@@ -59,0 +59,0 @@ );

{
"name": "@vx/tooltip",
"version": "0.0.147",
"version": "0.0.148",
"description": "vx tooltip",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -39,3 +39,3 @@ /* eslint react/forbid-prop-types: 0 */

return (
<Tooltip style={{ top, left, ...style }}>
<Tooltip style={{ top: 0, transform: `translate(${left}px, ${top}px)`, ...style }}>
{children}

@@ -42,0 +42,0 @@ </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