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

victory-core

Package Overview
Dependencies
Maintainers
8
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-core - npm Package Compare versions

Comparing version 35.9.2 to 35.9.3

5

es/victory-util/wrapper.js

@@ -76,2 +76,7 @@ import _isPlainObject from "lodash/isPlainObject";

var nestedChild = firstChild.props.children && firstChild.props.children[0];
if (!nestedChild) {
return undefined;
}
barWidth = nestedChild.props.barWidth;

@@ -78,0 +83,0 @@ dataLength = firstChild.props.children.length;

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

var nestedChild = firstChild.props.children && firstChild.props.children[0];
if (!nestedChild) {
return undefined;
}
barWidth = nestedChild.props.barWidth;

@@ -107,0 +112,0 @@ dataLength = firstChild.props.children.length;

2

package.json
{
"name": "victory-core",
"version": "35.9.2",
"version": "35.9.3",
"description": "Victory Core",

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

@@ -60,2 +60,5 @@ import {

firstChild.props.children && firstChild.props.children[0];
if (!nestedChild) {
return undefined;
}
barWidth = nestedChild.props.barWidth;

@@ -62,0 +65,0 @@ dataLength = firstChild.props.children.length;

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