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
289
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 34.1.1 to 34.1.3

10

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

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

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

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

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

const stringMap = createStringMap(props, childComponents);
const domain = {

@@ -83,2 +84,3 @@ x: getDomain(assign({}, props, { categories }), "x", childComponents),

};
const range = {

@@ -96,2 +98,3 @@ x: Helpers.getRange(props, "x"),

};
const origin = polar ? Helpers.getPolarOrigin(props) : Axis.getOrigin(domain);

@@ -98,0 +101,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