Socket
Socket
Sign inDemoInstall

victory-voronoi-container

Package Overview
Dependencies
34
Maintainers
16
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 36.8.4 to 36.8.5-next.0

10

CHANGELOG.md
# victory-voronoi-container
## 36.8.5-next.0
### Patch Changes
- c8c2eb2f5: Replace instances of lodash.assign with Object.assign
- Updated dependencies [c8c2eb2f5]
- Updated dependencies [0f3abe234]
- victory-core@36.8.5-next.0
- victory-tooltip@36.8.5-next.0
## 36.8.4

@@ -4,0 +14,0 @@

0

es/index.d.ts
export * from "./victory-voronoi-container";
export * from "./voronoi-helpers";
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ import React from "react";

2

es/victory-voronoi-container.js

@@ -183,3 +183,3 @@ import _pick from "lodash/pick";

}, []); // remove properties from first point to make datum
// eslint-disable-next-line no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars

@@ -186,0 +186,0 @@ var _points$ = points[0],

@@ -0,0 +0,0 @@ /// <reference types="lodash" />

@@ -7,3 +7,2 @@ import _throttle from "lodash/throttle";

import _isFunction from "lodash/isFunction";
import _assign from "lodash/assign";

@@ -142,3 +141,3 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }

var voronoiY = (Number(y) + Number(y0)) / 2;
return _assign({
return Object.assign({
_voronoiX: props.voronoiDimension === "y" ? minDomain.x : voronoiX,

@@ -145,0 +144,0 @@ _voronoiY: props.voronoiDimension === "x" ? minDomain.y : voronoiY,

export * from "./victory-voronoi-container";
export * from "./voronoi-helpers";
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ import React from "react";

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

}, []); // remove properties from first point to make datum
// eslint-disable-next-line no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars

@@ -204,0 +204,0 @@ var _points$ = points[0],

@@ -0,0 +0,0 @@ /// <reference types="lodash" />

@@ -20,4 +20,2 @@ "use strict";

var _assign2 = _interopRequireDefault(require("lodash/assign"));
var _victoryCore = require("victory-core");

@@ -166,3 +164,3 @@

var voronoiY = (Number(y) + Number(y0)) / 2;
return (0, _assign2.default)({
return Object.assign({
_voronoiX: props.voronoiDimension === "y" ? minDomain.x : voronoiX,

@@ -169,0 +167,0 @@ _voronoiY: props.voronoiDimension === "x" ? minDomain.y : voronoiY,

{
"name": "victory-voronoi-container",
"version": "36.8.4",
"version": "36.8.5-next.0",
"description": "Interactive Voronoi Mouseover Component for Victory",

@@ -27,4 +27,4 @@ "keywords": [

"react-fast-compare": "^3.2.0",
"victory-core": "^36.8.4",
"victory-tooltip": "^36.8.4"
"victory-core": "^36.8.5-next.0",
"victory-tooltip": "^36.8.5-next.0"
},

@@ -35,3 +35,3 @@ "peerDependencies": {

"publishConfig": {
"provenance": true
"provenance": false
},

@@ -38,0 +38,0 @@ "wireit": {

import { Collection, Selection, Data, Helpers } from "victory-core";
import {
assign,
isFunction,

@@ -50,3 +49,3 @@ isEmpty,

return assign(
return Object.assign(
{

@@ -53,0 +52,0 @@ _voronoiX: props.voronoiDimension === "y" ? minDomain.x : voronoiX,

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc