Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

victory-chart

Package Overview
Dependencies
Maintainers
8
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-chart - npm Package Compare versions

Comparing version 35.0.8 to 35.1.0

2

es/helper-methods.js

@@ -62,2 +62,3 @@ import _assign from "lodash/assign";

var yCoordinate = props.polar ? calculatedProps.origin.y : yScale;
var parentName = props.name || "chart";
var backgroundProps = {

@@ -70,2 +71,3 @@ height: height,

y: yCoordinate,
key: "".concat(parentName, "-background"),
width: width

@@ -72,0 +74,0 @@ };

@@ -76,2 +76,3 @@ "use strict";

var yCoordinate = props.polar ? calculatedProps.origin.y : yScale;
var parentName = props.name || "chart";
var backgroundProps = {

@@ -84,2 +85,3 @@ height: height,

y: yCoordinate,
key: "".concat(parentName, "-background"),
width: width

@@ -86,0 +88,0 @@ };

10

package.json
{
"name": "victory-chart",
"version": "35.0.8",
"version": "35.1.0",
"description": "Chart Component for Victory",

@@ -25,6 +25,6 @@ "keywords": [

"react-fast-compare": "^2.0.0",
"victory-axis": "^35.0.8",
"victory-core": "^35.0.8",
"victory-polar-axis": "^35.0.8",
"victory-shared-events": "^35.0.8"
"victory-axis": "^35.1.0",
"victory-core": "^35.1.0",
"victory-polar-axis": "^35.1.0",
"victory-shared-events": "^35.1.0"
},

@@ -31,0 +31,0 @@ "scripts": {

@@ -56,2 +56,3 @@ /* eslint-disable func-style */

const yCoordinate = props.polar ? calculatedProps.origin.y : yScale;
const parentName = props.name || "chart";

@@ -65,2 +66,3 @@ const backgroundProps = {

y: yCoordinate,
key: `${parentName}-background`,
width

@@ -67,0 +69,0 @@ };

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