Socket
Socket
Sign inDemoInstall

victory-voronoi-container

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-voronoi-container - npm Package Compare versions

Comparing version 32.3.2 to 32.3.3

5

es/voronoi-helpers.js

@@ -100,7 +100,2 @@ import _isRegExp from "lodash/isRegExp";

var y = point._voronoiY;
if (x !== undefined && y !== undefined) {
return [point];
}
return datasets.filter(function (d) {

@@ -107,0 +102,0 @@ var matchesX = x === undefined || x === d._voronoiX;

@@ -120,7 +120,2 @@ "use strict";

var y = point._voronoiY;
if (x !== undefined && y !== undefined) {
return [point];
}
return datasets.filter(function (d) {

@@ -127,0 +122,0 @@ var matchesX = x === undefined || x === d._voronoiX;

2

package.json
{
"name": "victory-voronoi-container",
"version": "32.3.2",
"version": "32.3.3",
"description": "Interactive Voronoi Mouseover Component for Victory",

@@ -5,0 +5,0 @@ "keywords": [

@@ -75,5 +75,3 @@ import { Selection, Data, Helpers } from "victory-core";

const y = point._voronoiY;
if (x !== undefined && y !== undefined) {
return [point];
}
return datasets.filter((d) => {

@@ -80,0 +78,0 @@ const matchesX = x === undefined || x === d._voronoiX;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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