Socket
Socket
Sign inDemoInstall

victory-scatter

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-scatter - npm Package Compare versions

Comparing version 30.0.0 to 30.1.0

4

es/helper-methods.js

@@ -108,2 +108,3 @@ import _values from "lodash/values";

scale = _props.scale,
name = _props.name,
sharedEvents = _props.sharedEvents,

@@ -127,3 +128,4 @@ standalone = _props.standalone,

polar: polar,
padding: padding
padding: padding,
name: name
}

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

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

scale = _props.scale,
name = _props.name,
sharedEvents = _props.sharedEvents,

@@ -147,3 +148,4 @@ standalone = _props.standalone,

polar: polar,
padding: padding
padding: padding,
name: name
}

@@ -150,0 +152,0 @@ };

{
"name": "victory-scatter",
"version": "30.0.0",
"description": "Chart Component for Victory",
"version": "30.1.0",
"description": "Scatter Component for Victory",
"keywords": [
"data visualization",
"React",
"d3",
"charting"
],
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory.git"
},
"homepage": "https://formidable.com/open-source/victory",
"main": "lib/index.js",

@@ -12,3 +23,4 @@ "module": "es/index.js",

"lodash": "^4.17.5",
"victory-core": "^30.0.0"
"prop-types": "^15.5.8",
"victory-core": "^30.1.0"
},

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

@@ -72,3 +72,3 @@ import { assign, values } from "lodash";

const {
data, domain, events, height, origin, padding, polar, scale,
data, domain, events, height, origin, padding, polar, scale, name,
sharedEvents, standalone, style, theme, width, labels

@@ -78,3 +78,3 @@ } = props;

style: style.parent, scale, domain, data, height, width, standalone, theme,
origin, polar, padding
origin, polar, padding, name
} };

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