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

victory-axis

Package Overview
Dependencies
Maintainers
34
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-axis - npm Package Compare versions

Comparing version 30.3.1 to 30.6.1

2

es/victory-axis.js

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

return accumulator.concat(childArr);
}).filter(isVictoryLabel).map(function (child) {
}, []).filter(isVictoryLabel).map(function (child) {
return child.props;

@@ -130,0 +130,0 @@ });

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

return accumulator.concat(childArr);
}).filter(isVictoryLabel).map(function (child) {
}, []).filter(isVictoryLabel).map(function (child) {
return child.props;

@@ -145,0 +145,0 @@ });

{
"name": "victory-axis",
"version": "30.3.1",
"version": "30.6.1",
"description": "Axis Component for Victory",

@@ -24,3 +24,3 @@ "keywords": [

"prop-types": "^15.5.8",
"victory-core": "^30.3.1"
"victory-core": "^30.6.1"
},

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

@@ -152,3 +152,3 @@ import PropTypes from "prop-types";

const labels = gridAndTicks.map((gridAndTick) => gridAndTick.props.children)
.reduce((accumulator, childArr) => accumulator.concat(childArr))
.reduce((accumulator, childArr) => accumulator.concat(childArr), [])
.filter(isVictoryLabel)

@@ -155,0 +155,0 @@ .map((child) => child.props);

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