Socket
Socket
Sign inDemoInstall

@nivo/tooltip

Package Overview
Dependencies
1
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.73.0 to 0.74.0

2

dist/nivo-tooltip.cjs.js

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

var isVisibleTooltipState = function isVisibleTooltipState(state) {
return state.isVisible === true;
return state.isVisible;
};

@@ -541,0 +541,0 @@ var Tooltip = function Tooltip() {

@@ -534,3 +534,3 @@ import { memo, useRef, useMemo, createContext, useState, useCallback, useContext } from 'react';

var isVisibleTooltipState = function isVisibleTooltipState(state) {
return state.isVisible === true;
return state.isVisible;
};

@@ -537,0 +537,0 @@ var Tooltip = function Tooltip() {

@@ -535,3 +535,3 @@ (function (global, factory) {

var isVisibleTooltipState = function isVisibleTooltipState(state) {
return state.isVisible === true;
return state.isVisible;
};

@@ -538,0 +538,0 @@ var Tooltip = function Tooltip() {

{
"name": "@nivo/tooltip",
"version": "0.73.0",
"version": "0.74.0",
"license": "MIT",

@@ -24,9 +24,9 @@ "author": {

"dependencies": {
"@react-spring/web": "9.2.4"
"@react-spring/web": "9.2.6"
},
"devDependencies": {
"@nivo/core": "0.73.0"
"@nivo/core": "0.74.0"
},
"peerDependencies": {
"@nivo/core": "0.73.0"
"@nivo/core": "0.74.0"
},

@@ -36,3 +36,3 @@ "publishConfig": {

},
"gitHead": "919f213600a08609939198ea743f7dbde9a572e2"
"gitHead": "5d387c6723bb384f276d2b6ce15ca49c0e49948a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with āš”ļø by Socket Inc